fix(zoro): better wireguard config bis
This commit is contained in:
parent
46eb72c8c2
commit
48ee250736
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
{
|
||||
publicKey = "2MZzEGJzA3HrwkHf91TaKJEHwCNyVvsTLWoIYHrCxhY=";
|
||||
presharedKeyFile = "/etc/wireguard_preshared_key";
|
||||
allowedIPs = [ "10.10.10.0/24" ];
|
||||
allowedIPs = [ "10.42.0.0/24" ];
|
||||
endpoint = "195.201.63.240:8098";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue