You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpAddrs=flag.String("http_addrs", ":80", "comma-separated addresses to listen for HTTP traffic on")
17
17
sniAddrs=flag.String("sni_addrs", ":443,:444", "comma-separated addresses to listen for SNI traffic on")
18
-
ldapServer=flag.String("ldap_server", "scripts-ldap.mit.edu:389", "LDAP server to query")
18
+
ldapServers=flag.String("ldap_servers", "scripts-ldap.mit.edu:389", "comma-spearated LDAP servers to query")
19
19
defaultHost=flag.String("default_host", "scripts.mit.edu", "default host to route traffic to if SNI/Host header cannot be parsed or cannot be found in LDAP")
20
20
baseDn=flag.String("base_dn", "ou=VirtualHosts,dc=scripts,dc=mit,dc=edu", "base DN to query for hosts")
21
21
localRange=flag.String("local_range", "18.4.86.0/24", "IP block for client IP spoofing")
0 commit comments