proxy-go/data/config.json
wood chen 78f9d431bc docs: Update configuration documentation and disable compression algorithms
Disable Gzip and Brotli compression algorithms in config.json and update readme.md accordingly
2024-10-30 11:18:13 +08:00

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
}
}
}