diff --git a/scripts/nym-node-setup/network-tunnel-manager.sh b/scripts/nym-node-setup/network-tunnel-manager.sh index 581f9ec0e5..e2bea6e9f1 100644 --- a/scripts/nym-node-setup/network-tunnel-manager.sh +++ b/scripts/nym-node-setup/network-tunnel-manager.sh @@ -871,6 +871,7 @@ apply_port_allowlist() { ["RTSP"]="554" ["UseNet2"]="563" ["SMTPSubmission"]="587" + ["TelegramVoiceVideo"]="596-599" ["LDAPS"]="636" ["SILC"]="706" ["KerberosAdmin"]="749" @@ -888,6 +889,7 @@ apply_port_allowlist() { ["WireGuardPeer"]="51820-51822" ["QTServerAdmin"]="1220" ["PKTKRB"]="1293" + ["TelegramMTProto"]="1400" ["MSSQL"]="1433" ["VLSILicenseManager"]="1500" ["OracleDB"]="1521" @@ -896,6 +898,7 @@ apply_port_allowlist() { ["PPTP"]="1723" ["RTSPAlt"]="1755" ["MSNP"]="1863" + ["Gemini"]="1965" ["NFS"]="2049" ["DiscordVoiceChat2"]="2053" ["CPanel"]="2082-2083"