We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d2d37 commit 5cee094Copy full SHA for 5cee094
1 file changed
fly.toml
@@ -27,18 +27,23 @@ default_user_config:
27
- "ipv4"
28
forbidden_tags:
29
- "cloudflare"
30
+proxies:
31
+ tor:
32
+ url: socks5h://hidden-services._peer.internal:9100
33
+ i2p:
34
+ url: http://hidden-services._peer.internal:4444
35
crawler:
36
request_timeout:
37
secs: 10
38
nanos: 0
39
domain_request_timeouts:
40
- domain: ".i2p"
41
timeout:
- secs: 0
42
+ secs: 60
43
44
- domain: ".onion"
45
46
47
48
"""
49
0 commit comments