diff --git a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md index ac18da7..4a43111 100644 --- a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md +++ b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md @@ -88,6 +88,7 @@ sudo ufw allow 80 comment "allow HTTP" # will be used by Nginx sudo ufw allow 443 comment "allow HTTPS" # will be used by Nginx sudo ufw allow proto udp to any port 443 comment "allow QUIC" # If your Nginx support QUIC sudo ufw allow proto udp to any port 51822 comment "WireGuard listen port" +sudo ufw allow proto udp to any port 51820 comment "WireGuard listen port" ``` > _Note that I also add **OpenSSH** to allow list to avoid losing connection to