mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-14 14:53:11 +00:00

timetout, max_upload, max_download and max_websocket_message may now be configured on a domain-by-domain basis. This uses the same system that we use for the block/allow-list from before: Example: [[http.rules]] host = "*" action = "allow" max_upload = 4194304 max_download = 16777216 timeout = 30000