finish PR for review
This commit is contained in:
@@ -59,7 +59,8 @@ During December operators were active in voting about new ports and changes in t
|
||||
|
||||
**As agreed in [NIP-4](https://forum.nym.com/t/nip-4-nym-exit-policy-update-opening-port-587/2029/2) and [NIP-6](https://forum.nym.com/t/nip-6-nym-exit-policy-update-opening-ports-for-whatsapp-and-session/2042/1), we are opening these ports on [Nym exit policy](https://nymtech.net/.wellknown/network-requester/exit-policy.txt):**
|
||||
```ini
|
||||
*:587 (SMTP)
|
||||
*:465 (SMTPTLS)
|
||||
*:587 (SMTPSubmission)
|
||||
*:22021(Session)
|
||||
*:3478 (WhatsApp)
|
||||
*:3480 (WhatsApp)
|
||||
|
||||
@@ -616,6 +616,7 @@ apply_port_allowlist() {
|
||||
["HTTPS"]="443"
|
||||
["SMBWindowsFileShare"]="445"
|
||||
["Kpasswd"]="464"
|
||||
["SMTPTLS"]="465"
|
||||
["RTSP"]="554"
|
||||
["SMTPSubmission"]="587"
|
||||
["LDAPS"]="636"
|
||||
@@ -690,7 +691,7 @@ apply_port_allowlist() {
|
||||
["MOSH"]="60000-61000"
|
||||
["Mumble"]="64738"
|
||||
["Metadata"]="51830"
|
||||
["TESTING"]="465"
|
||||
|
||||
)
|
||||
|
||||
local port
|
||||
|
||||
Reference in New Issue
Block a user