From 86b320b6530877192203a48fb765099d79e31bdb Mon Sep 17 00:00:00 2001 From: nohajc Date: Thu, 7 Sep 2023 22:52:23 +0200 Subject: [PATCH] use the original app ID Signed-off-by: nohajc --- ipc/uapi_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/uapi_unix.go b/ipc/uapi_unix.go index d6d9da08a..7bb950d01 100644 --- a/ipc/uapi_unix.go +++ b/ipc/uapi_unix.go @@ -29,7 +29,7 @@ const ( // flag in wireguard-android. var socketDirectory = "/var/run/wireguard" -const NET_EXT_APP_ID = "com.wireguard-dev.macos.network-extension" +const NET_EXT_APP_ID = "com.wireguard.macos.network-extension" func sockDir() string { baseDir := socketDirectory