This commit is contained in:
tuxgyver
2026-06-29 10:19:16 +02:00
parent 2f9ca6b553
commit ea2e6d772b
5 changed files with 82 additions and 33 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ _WG_DEFAULT: dict[str, Any] = {
"client_public_key": "",
"client_address": "10.8.0.2/24",
"dns": "1.1.1.1",
"allowed_ips": "0.0.0.0/0",
"allowed_ips": "10.8.0.0/24",
"keepalive": 25,
}