ok

alphons <alphons@heijden.com> 8 Sep 2025, 17:06
7877eb2db6937af18a29009a6d8e27bb9dcfd68a
1 files changed
  • src/WireGuardConfigGenerator/config.json
diff --git a/src/WireGuardConfigGenerator/config.json b/src/WireGuardConfigGenerator/config.json
index 09727ac..6cbd003 100644
--- a/src/WireGuardConfigGenerator/config.json
+++ b/src/WireGuardConfigGenerator/config.json
@@ -3,5 +3,5 @@
"Address": "10.0.0.1/32",
"ListenPort": 56900,
"PersistentKeepalive": 25,
- "PostUp": "powershell.exe -ExecutionPolicy Bypass -Command \u0022Set-NetConnectionProfile -InterfaceAlias \u0027{0}\u0027 -NetworkCategory Private; Set-NetIPInterface -InterfaceAlias \u0027{0}\u0027 -Forwarding Enabled\u0022"
+ "PostUp": "powershell.exe -ExecutionPolicy Bypass -Command \u0022Set-NetConnectionProfile -InterfaceAlias \u0027{0}\u0027 -NetworkCategory Private; Set-NetIPInterface -Forwarding Enabled\u0022"
}
\ No newline at end of file