We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dba8d1 commit 4a6fd3eCopy full SHA for 4a6fd3e
config.example.toml
@@ -89,6 +89,8 @@ headers = { X-MyCustomHeader = "MyCustomValue" }
89
# OPTIONAL
90
get_params = { param1 = "value1", param2 = "value2" }
91
# Whether to enable timing games, as tuned by `target_first_request_ms` and `frequency_get_header_ms`.
92
+# NOTE: if neither `target_first_request_ms` nor `frequency_get_header_ms` is set, this flag has no effect.
93
+#
94
# These values should be carefully chosen for each relay, as each relay has different latency and timing games setups.
95
# They should only be used by advanced users, and if mis-configured can result in unforeseen effects, e.g. fetching a lower header value,
96
# or getting a temporary IP ban.
0 commit comments