Update Wireguard port

This commit is contained in:
coolneng 2022-09-08 10:53:41 +02:00
parent a61403765a
commit b824604f59
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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