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
Copy file name to clipboardExpand all lines: server/common/oursrc/scripts-proxy/main.go
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,16 @@ var (
18
18
ldapServer=flag.String("ldap_server", "scripts-ldap.mit.edu:389", "LDAP server 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
+
localRange=flag.String("local_range", "18.4.86.0/24", "IP block for client IP spoofing")
0 commit comments