mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
Disable Gzip and Brotli compression algorithms in config.json and update readme.md accordingly
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"MAP": {
|
|
"/path1": "https://path1.com/path/path/path",
|
|
"/path2": "https://path2.com"
|
|
},
|
|
"Compression": {
|
|
"Gzip": {
|
|
"Enabled": false,
|
|
"Level": 6
|
|
},
|
|
"Brotli": {
|
|
"Enabled": false,
|
|
"Level": 4
|
|
}
|
|
}
|
|
} |