diff --git a/modules/networking.nix b/modules/networking.nix index 9d50b01..b7fbc80 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -57,7 +57,7 @@ wireguardPeerConfig = { PublicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU="; AllowedIPs = [ "0.0.0.0/0" ]; - Endpoint = "coolneng.duckdns.org:443"; + Endpoint = "coolneng.duckdns.org:1194"; }; }]; };