From 5a5f830cd98f79707b173733acbd94ab2e95b22e Mon Sep 17 00:00:00 2001 From: DcruBro Date: Thu, 13 Nov 2025 15:45:24 +0100 Subject: [PATCH] Change tun interface, change to different name at some point --- src/client/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/main.cpp b/src/client/main.cpp index c81c043..a331bf1 100644 --- a/src/client/main.cpp +++ b/src/client/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char** argv) { WintunInitialize(); #endif - std::shared_ptr tun = std::make_shared("utun1"); + std::shared_ptr tun = std::make_shared("utun0"); log("Using virtual interface: " + tun->getName()); LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();