This commit is contained in:
albert 2024-03-26 09:21:48 +09:00
parent 5dd87ca14a
commit 82b8031b0a
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -51,8 +51,7 @@
]; ];
autoStart = true; autoStart = true;
privateNetwork = true; privateNetwork = true;
localAddress = "192.168.2.${ip}/32"; hostBridge = "br0";
hostAddress = "192.168.2.1";
restartIfChanged = true; restartIfChanged = true;
enableTun = true; enableTun = true;
additionalCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" ]; additionalCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" ];