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