From 9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 18:53:35 +0800 Subject: Add MathML notation --- flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags.go') 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 } -- cgit v1.2.3