在创建设备后,`wireguard-go`将使用 macOS 上的`ifconfig`命令来为虚拟网卡分配一个私有 IP 地址和路由。3.Windows: 在 Windows 上,`wireguard-go`使用名为"wintun"的虚拟网卡驱动程序。`wireguard-go`通过调用`tun.CreateTUN`函数(在`tun/tun_windows.go`文件中定义)创建一个虚拟网卡。在创建设备后,`...
This runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either useutun[0-9]+for an explicit interface name orutunto have the kernel sel...
macOSThis runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either use utun[0-9]+ for an explicit interface name or utun to have ...
[user@system:~]$nix run nixpkgs#nix-info -- -m- system: `"aarch64-darwin"`- host os: `Darwin 23.6.0, macOS 14.6.1`- multi-user?: `yes`- sandbox: `no`- version: `nix-env (Nix) 2.18.8`- channels(root): `"nixpkgs"`- nixpkgs: `/nix/store/60sn02zhawl3kwn0r515zff3h6hg6...
test / test (macos-latest-xl, api, test-api) Details test / test (windows-latest-l, ., test) Details test / test (windows-latest-l, api, test-api) Details tag_version Details lint (ubuntu-latest, .) Details lint (ubuntu-latest, api) Details DeepSource: Go Analysis...
Expand Down Expand Up @@ -106,8 +104,6 @@ macos 要求 tun 设备的名称满足正则表达式 `utun[0-9]*` ,因此需 "debug_wg": true, // will use corplink as interface name "interface_name": "corplink", // will use wg-corplink as wireguard-go "wg_binary": "wg-corplink", // will use...
macOS This runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either useutun[0-9]+for an explicit interface name orutunto have the kern...
macOSThis runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either use utun[0-9]+ for an explicit interface name or utun to have ...
macOS This runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either useutun[0-9]+for an explicit interface name orutunto have the kern...
This runs on macOS using the utun driver. It does not yet support sticky sockets, and won't support fwmarks because of Darwin limitations. Since the utun driver cannot have arbitrary interface names, you must either use utun[0-9]+ for an explicit interface name or utun to have the ...