1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/src
SquidDev 7af63d052d Make many more http options domain-specific
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
2020-05-15 23:04:04 +01:00
..
generated/resources/data/computercraft Merge branch 'mc-1.14.x' into mc-1.15.x 2020-05-04 10:05:32 +01:00
main Make many more http options domain-specific 2020-05-15 23:04:04 +01:00
test Make many more http options domain-specific 2020-05-15 23:04:04 +01:00