Change work VPN endpoint
This commit is contained in:
parent
44f4484951
commit
2eebba8b7d
|
@ -39,7 +39,7 @@
|
||||||
{
|
{
|
||||||
publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU=";
|
publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU=";
|
||||||
allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ];
|
allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ];
|
||||||
endpoint = "coace.ddns.net:1194";
|
endpoint = "coace.duckdns.org:1194";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue