Merge pull request #1394 from drwetter/drwetter-postgres-gnmap
Fix #1392
This commit is contained in:
commit
4eec2a0981
|
@ -18650,7 +18650,7 @@ ports2starttls() {
|
||||||
389) echo "-t ldap ";;
|
389) echo "-t ldap ";;
|
||||||
3306) echo "-t mysql " ;;
|
3306) echo "-t mysql " ;;
|
||||||
5222) echo "-t xmpp " ;; # domain of jabber server maybe needed
|
5222) echo "-t xmpp " ;; # domain of jabber server maybe needed
|
||||||
5432) echo "-t postgres" ;;
|
5432) echo "-t postgres " ;;
|
||||||
563) ;; # NNTPS
|
563) ;; # NNTPS
|
||||||
636) ;; # LDAP
|
636) ;; # LDAP
|
||||||
1443|8443|443|981) ;; # HTTPS
|
1443|8443|443|981) ;; # HTTPS
|
||||||
|
|
Loading…
Reference in New Issue