Skip to content

Commit f57aa0b

Browse files
committed
use the original app ID
Signed-off-by: nohajc <[email protected]>
1 parent 7ff7461 commit f57aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipc-uapi-unix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define SOCK_SUFFIX ".sock"
1919

2020
#ifdef __APPLE__
21-
#define NET_EXT_APP_ID "com.wireguard-dev.macos.network-extension"
21+
#define NET_EXT_APP_ID "com.wireguard.macos.network-extension"
2222
#endif
2323

2424
static FILE *userspace_interface_file_at(const char *iface, const char *sock_path)

0 commit comments

Comments
 (0)