Expose LDAP via iptables

This commit is contained in:
Johannes Zellner
2021-11-23 11:49:57 +01:00
parent 735737b513
commit 3a8aaf72ba
3 changed files with 10 additions and 5 deletions

View File

@@ -29,8 +29,7 @@ exports = module.exports = {
AUTHWALL_PORT: 3001,
LDAP_PORT: 3002,
DOCKER_PROXY_PORT: 3003,
LDAPS_PORT: 636, // exposed LDAP with TLS
LDAPS_PORT: 3004, // exposed LDAP with TLS rerouting in iptables, exposed port is 636
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',