Update Wireguard port

This commit is contained in:
2022-09-08 10:53:41 +02:00
parent a61403765a
commit b824604f59

View File

@@ -57,7 +57,7 @@
wireguardPeerConfig = { wireguardPeerConfig = {
PublicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU="; PublicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU=";
AllowedIPs = [ "0.0.0.0/0" ]; AllowedIPs = [ "0.0.0.0/0" ];
Endpoint = "coolneng.duckdns.org:443"; Endpoint = "coolneng.duckdns.org:1194";
}; };
}]; }];
}; };