Check permissions

This commit is contained in:
Owen
2025-12-04 21:39:32 -05:00
parent 4dbf200cca
commit 6d51cbf0c0
5 changed files with 165 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ func main() {
flag.StringVar(&interfaceName, "interface", "newt", "Name of the WireGuard interface")
}
if useNativeInterfaceEnv == "" {
flag.BoolVar(&useNativeInterface, "native", false, "Use native WireGuard interface (requires WireGuard kernel module) and linux")
flag.BoolVar(&useNativeInterface, "native", false, "Use native WireGuard interface")
}
if disableClientsEnv == "" {
flag.BoolVar(&disableClients, "disable-clients", false, "Disable clients on the WireGuard interface")