[network] Update port blacklist.

master
Fedor 2020-12-23 03:02:44 +02:00
parent 21483a0ace
commit e189101140
1 changed files with 21 additions and 10 deletions

View File

@ -105,6 +105,7 @@ int16_t gBadPortList[] = {
42, // name 42, // name
43, // nicname 43, // nicname
53, // domain 53, // domain
69, // TFTP
77, // priv-rjs 77, // priv-rjs
79, // finger 79, // finger
87, // ttylink 87, // ttylink
@ -122,8 +123,10 @@ int16_t gBadPortList[] = {
119, // nntp 119, // nntp
123, // NTP 123, // NTP
135, // loc-srv / epmap 135, // loc-srv / epmap
137, // netbios
139, // netbios 139, // netbios
143, // imap2 143, // imap2
161, // SNMP
179, // BGP 179, // BGP
389, // ldap 389, // ldap
465, // smtp+ssl 465, // smtp+ssl
@ -135,24 +138,32 @@ int16_t gBadPortList[] = {
530, // courier 530, // courier
531, // Chat 531, // Chat
532, // netnews 532, // netnews
540, // uucp 540, // uucp
554, // rtsp
556, // remotefs 556, // remotefs
563, // nntp+ssl 563, // nntp+ssl
587, // 587, // smtp (outgoing)
601, // 601, // syslog-conn
636, // ldap+ssl 636, // ldap+ssl
993, // imap+ssl 993, // imap+ssl
995, // pop3+ssl 995, // pop3+ssl
1719, // h323 (RAS)
1720, // h323 (hostcall)
1723, // pptp
2049, // nfs 2049, // nfs
3659, // apple-sasl / PasswordServer 3659, // apple-sasl / PasswordServer
4045, // lockd 4045, // lockd
5060, // sip
5061, // sips
6000, // x11 6000, // x11
6665, // Alternate IRC [Apple addition] 6566, // SANE
6666, // Alternate IRC [Apple addition] 6665, // Alternate IRC [Apple addition]
6667, // Standard IRC [Apple addition] 6666, // Alternate IRC [Apple addition]
6668, // Alternate IRC [Apple addition] 6667, // Standard IRC [Apple addition]
6669, // Alternate IRC [Apple addition] 6668, // Alternate IRC [Apple addition]
0, // This MUST be zero so that we can populating the array 6669, // Alternate IRC [Apple addition]
10080,// Amanda
0, // Sentinel value: This MUST be zero
}; };
static const char kProfileChangeNetTeardownTopic[] = "profile-change-net-teardown"; static const char kProfileChangeNetTeardownTopic[] = "profile-change-net-teardown";