File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ const int kRestrictedPorts[] = {
37
37
42 , // name
38
38
43 , // nicname
39
39
53 , // domain
40
+ 69 , // tftp
40
41
77 , // priv-rjs
41
42
79 , // finger
42
43
87 , // ttylink
@@ -54,8 +55,10 @@ const int kRestrictedPorts[] = {
54
55
119 , // nntp
55
56
123 , // NTP
56
57
135 , // loc-srv /epmap
58
+ 137 , // netbios
57
59
139 , // netbios
58
60
143 , // imap2
61
+ 161 , // snmp
59
62
179 , // BGP
60
63
389 , // ldap
61
64
427 , // SLP (Also used by Apple Filing Protocol)
@@ -70,19 +73,24 @@ const int kRestrictedPorts[] = {
70
73
532 , // netnews
71
74
540 , // uucp
72
75
548 , // AFP (Apple Filing Protocol)
76
+ 554 , // rtsp
73
77
556 , // remotefs
74
78
563 , // nntp+ssl
75
79
587 , // stmp?
76
80
601 , // ??
77
81
636 , // ldap+ssl
78
82
993 , // ldap+ssl
79
83
995 , // pop3+ssl
84
+ 1719 , // h323gatestat
85
+ 1720 , // h323hostcall
86
+ 1723 , // pptp
80
87
2049 , // nfs
81
88
3659 , // apple-sasl / PasswordServer
82
89
4045 , // lockd
83
- 5060 , // sip
84
- 5061 , // sips
90
+ 5060 , // sip
91
+ 5061 , // sips
85
92
6000 , // X11
93
+ 6566 , // sane-port
86
94
6665 , // Alternate IRC [Apple addition]
87
95
6666 , // Alternate IRC [Apple addition]
88
96
6667 , // Standard IRC [Apple addition]
You can’t perform that action at this time.
0 commit comments