fix(zoro): better wireguard config bis

This commit is contained in:
Florian Schmitt 2024-09-16 13:28:23 +03:00
parent 46eb72c8c2
commit 48ee250736

View file

@ -23,7 +23,7 @@
{ {
publicKey = "2MZzEGJzA3HrwkHf91TaKJEHwCNyVvsTLWoIYHrCxhY="; publicKey = "2MZzEGJzA3HrwkHf91TaKJEHwCNyVvsTLWoIYHrCxhY=";
presharedKeyFile = "/etc/wireguard_preshared_key"; presharedKeyFile = "/etc/wireguard_preshared_key";
allowedIPs = [ "10.10.10.0/24" ]; allowedIPs = [ "10.42.0.0/24" ];
endpoint = "195.201.63.240:8098"; endpoint = "195.201.63.240:8098";
persistentKeepalive = 15; persistentKeepalive = 15;
} }