Update
This commit is contained in:
parent
8692e48122
commit
e020d19d35
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@
|
||||||
presharedKeyFile = "/run/secrets/preshared_key";
|
presharedKeyFile = "/run/secrets/preshared_key";
|
||||||
persistentKeepalive = 5;
|
persistentKeepalive = 5;
|
||||||
allowedIPs = [ "10.100.0.1/32" ];
|
allowedIPs = [ "10.100.0.1/32" ];
|
||||||
endpoint = "172.234.84.222:51820"; # osaka-linode-01
|
# endpoint = "172.234.84.222:51820"; # osaka-linode-01
|
||||||
|
# endpoint = "172.232.204.45:51820"; # milan-linode-01
|
||||||
|
endpoint = "172.105.76.221:51820"; # frankfurt-linode-01
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue