test
This commit is contained in:
parent
6e83fd1157
commit
370d3b7eb3
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
ips = [ "10.100.0.1/24" ];
|
||||
listenPort = 51820;
|
||||
privateKeyFile = "/run/secrets/wireguard_keys/osaka-vultr-01";
|
||||
|
||||
postSetup = ''${pkgs.iptables}/bin/iptables -t nat -A POSTROUTING -s 10.100.0.0/24 -o eno3 -j MASQUERADE'';
|
||||
postShutdown = ''${pkgs.iptables}/bin/iptables -t nat -D POSTROUTING -s 10.100.0.0/24 -o eno3 -j MASQUERADE'';
|
||||
peers = [
|
||||
|
|
Loading…
Reference in a new issue