Merge pull request #479 from safing/feature/add-smb-port-name

Add SMB port name to reference
This commit is contained in:
Daniel 2021-12-22 11:25:52 +01:00 committed by GitHub
commit b55bdb4967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,