Update wireguard IP
This commit is contained in:
parent
565ace9d0e
commit
d95d928e26
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key";
|
||||
persistentKeepalive = 5;
|
||||
allowedIPs = [ "10.100.0.1/32" ];
|
||||
endpoint = "64.176.54.57:51820";
|
||||
# endpoint = "64.176.54.57:51820"; # osaka-vultr-01
|
||||
endpoint = "172.234.84.222:51820"; # osaka-linode-01
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue