Skip to content

Commit 5cee094

Browse files
committed
Configure proxies in fly.toml for hidden service support
1 parent 88d2d37 commit 5cee094

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

fly.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,23 @@ default_user_config:
2727
- "ipv4"
2828
forbidden_tags:
2929
- "cloudflare"
30+
proxies:
31+
tor:
32+
url: socks5h://hidden-services._peer.internal:9100
33+
i2p:
34+
url: http://hidden-services._peer.internal:4444
3035
crawler:
3136
request_timeout:
3237
secs: 10
3338
nanos: 0
3439
domain_request_timeouts:
3540
- domain: ".i2p"
3641
timeout:
37-
secs: 0
42+
secs: 60
3843
nanos: 0
3944
- domain: ".onion"
4045
timeout:
41-
secs: 0
46+
secs: 60
4247
nanos: 0
4348
"""
4449

0 commit comments

Comments
 (0)