Merge tun-test into dev #5

Merged
dcrubro merged 4 commits from tun-test into dev 2025-11-13 14:51:36 +00:00
Showing only changes of commit 5a5f830cd9 - Show all commits

View File

@@ -63,7 +63,7 @@ int main(int argc, char** argv) {
WintunInitialize(); WintunInitialize();
#endif #endif
std::shared_ptr<VirtualInterface> tun = std::make_shared<VirtualInterface>("utun1"); std::shared_ptr<VirtualInterface> tun = std::make_shared<VirtualInterface>("utun0");
log("Using virtual interface: " + tun->getName()); log("Using virtual interface: " + tun->getName());
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper(); LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();