You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,8 +187,21 @@ Comma-separated list of hostnames that are allowed for HTTP retrievals.
186
187
187
188
When HTTP retrieval is enabled, this setting limits HTTP retrievals to only the specified hostnames. This provides a way to restrict which gateways Rainbow will attempt to retrieve blocks from.
188
189
190
+
Example: `example.com,ipfs.example.com`
191
+
189
192
Default: not set (when HTTP retrieval is enabled, all hosts are allowed)
190
193
194
+
### `RAINBOW_HTTP_RETRIEVAL_DENYLIST`
195
+
196
+
Comma-separated list of hostnames that are allowed for HTTP retrievals.
197
+
198
+
When HTTP retrieval is enabled, this setting disables retrieval from the specified hostnames. This provides a way to restrict specific hostnames that should not be used for retrieval.
199
+
200
+
Example: `example.com,ipfs.example.com`
201
+
202
+
Default: not set (when HTTP retrieval is enabled, all no hosts are disabled)
203
+
204
+
191
205
### `RAINBOW_HTTP_RETRIEVAL_WORKERS`
192
206
193
207
The number of concurrent worker threads to use for HTTP retrievals.
0 commit comments