mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Merge pull request #479 from safing/feature/add-smb-port-name
Add SMB port name to reference
This commit is contained in:
commit
b55bdb4967
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ var (
|
||||||
194: "IRC",
|
194: "IRC",
|
||||||
389: "LDAP",
|
389: "LDAP",
|
||||||
443: "HTTPS",
|
443: "HTTPS",
|
||||||
|
445: "SMB",
|
||||||
587: "SMTP-ALT",
|
587: "SMTP-ALT",
|
||||||
465: "SMTP-SSL",
|
465: "SMTP-SSL",
|
||||||
993: "IMAP-SSL",
|
993: "IMAP-SSL",
|
||||||
|
@ -52,6 +53,7 @@ var (
|
||||||
"IRC": 194,
|
"IRC": 194,
|
||||||
"LDAP": 389,
|
"LDAP": 389,
|
||||||
"HTTPS": 443,
|
"HTTPS": 443,
|
||||||
|
"SMB": 445,
|
||||||
"SMTP-ALT": 587,
|
"SMTP-ALT": 587,
|
||||||
"SMTP-SSL": 465,
|
"SMTP-SSL": 465,
|
||||||
"IMAP-SSL": 993,
|
"IMAP-SSL": 993,
|
||||||
|
|
Loading…
Add table
Reference in a new issue