switch wireguard endpoint to ip
This commit is contained in:
parent
cc17fc4d7f
commit
8344439457
1 changed files with 1 additions and 2 deletions
|
@ -14,11 +14,10 @@
|
|||
peers = [
|
||||
{
|
||||
name = "Proxy";
|
||||
endpoint = "proxy.adtya.xyz:51821";
|
||||
endpoint = "165.232.180.97:51821";
|
||||
publicKey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
|
||||
presharedKeyFile = config.sops.secrets."wireguard/psk".path;
|
||||
persistentKeepalive = 20;
|
||||
dynamicEndpointRefreshSeconds = 20;
|
||||
allowedIPs = [
|
||||
"10.10.10.0/24"
|
||||
"fd7c:585c:c4ae::0/64"
|
||||
|
|
Loading…
Reference in a new issue