add turn,stun ports to RESERVED ones

We still need to protect the TURN port range
This commit is contained in:
Johannes Zellner
2020-03-30 08:30:01 +02:00
parent 1110a67483
commit 5ac9c6ce02

View File

@@ -169,7 +169,9 @@ function validatePortBindings(portBindings, manifest) {
constants.INTERNAL_SMTP_PORT, /* internal smtp port (lo) */
constants.LDAP_PORT,
3306, /* mysql (lo) */
3478, /* turn,stun */
4190, /* managesieve */
5349, /* turn,stun TLS */
8000, /* ESXi monitoring */
8417, /* graphite (lo) */
];