19 lines
410 B
TOML
19 lines
410 B
TOML
|
listen = "127.0.0.1:3000"
|
||
|
enable_cache = false
|
||
|
index_redirect = { permanent = false, url = "https://mi.yumechi.jp/" }
|
||
|
allow_unknown = false
|
||
|
|
||
|
[fetch]
|
||
|
addr_family = "both"
|
||
|
allow_http = false
|
||
|
via = "yumechi-no-kuni-proxy-worker"
|
||
|
user_agent = "Yumechi-no-Kuni-Proxy-Worker"
|
||
|
|
||
|
[post_process]
|
||
|
enable_redirects = false
|
||
|
normalization = "lazy"
|
||
|
allow_svg_passthrough = true
|
||
|
|
||
|
[rate_limit]
|
||
|
replenish_every = 2000
|
||
|
burst = 32
|