From bde2b07d0dd0000853a67fdbf20da9fb1622f335 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Wed, 20 May 2026 10:30:49 +0200 Subject: [PATCH] NTM: NIP-11 exit policy update (#6807) --- scripts/nym-node-setup/network-tunnel-manager.sh | 3 +++ 1 file changed, 3 insertions(+) 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"