diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 8f4dbbe..081f70e 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -929,7 +929,7 @@ if [ "$WIREGUARD" = "yes" ]; then cat > /etc/wireguard/client-wg0.conf <<-EOF [Interface] PrivateKey = $(cat /etc/wireguard/vpn-server-private.key | tr -d "\n") - ListenPort = 65311 + ListenPort = 65312 Address = 10.255.246.1/24 SaveConfig = true