aboutsummaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:53:35 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:53:35 +0800
commit9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e (patch)
tree2d22b23e6d3322afa06fd5fd8687809b95a75e18 /flags.go
parenttmpl.go: Remove unnecessary version prose (diff)
downloadpowxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.tar.gz
powxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.tar.zst
powxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.zip
Add MathML notation
Diffstat (limited to '')
-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
}