We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7beac9 commit 73c7747Copy full SHA for 73c7747
internal/wguser/sockpath_darwin.go
@@ -7,7 +7,7 @@ import (
7
"path/filepath"
8
)
9
10
-const NET_EXT_APP_ID = "com.wireguard-dev.macos.network-extension"
+const NET_EXT_APP_ID = "com.wireguard.macos.network-extension"
11
12
func altSockPaths() ([]string, error) {
13
homeDir, err := os.UserHomeDir()
0 commit comments