mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
docs: Update configuration documentation and disable compression algorithms
Disable Gzip and Brotli compression algorithms in config.json and update readme.md accordingly
This commit is contained in:
parent
594cd0263e
commit
78f9d431bc
@ -5,11 +5,11 @@
|
||||
},
|
||||
"Compression": {
|
||||
"Gzip": {
|
||||
"Enabled": true,
|
||||
"Enabled": false,
|
||||
"Level": 6
|
||||
},
|
||||
"Brotli": {
|
||||
"Enabled": true,
|
||||
"Enabled": false,
|
||||
"Level": 4
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user