aboutsummaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags.go b/flags.go
index 8dba141..8e3fcba 100644
--- a/flags.go
+++ b/flags.go
@@ -18,4 +18,5 @@ func init() {
flag.StringVar(&destHost, "upstream", "http://127.0.0.1:8080", "destination url base to proxy to")
flag.BoolVar(&secondary, "secondary", false, "trust X-Forwarded-For headers")
flag.Parse()
+ global.NeedBitsReverse = 256 - global.NeedBits
}