Update IP
This commit is contained in:
parent
c0de538de5
commit
75992d2dda
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
publicKey = "yPZ3EmmIqCkReXf1DRTxzVaKQ2k+ifGmYJHji5nnMmE=";
|
||||
presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key";
|
||||
persistentKeepalive = 5;
|
||||
allowedIPs = [ "10.100.0.0/24" ];
|
||||
allowedIPs = [ "10.100.0.1/32" ];
|
||||
endpoint = "64.176.54.57:51820";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue