forked from Nold360/docker-grab-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproxychains.conf
43 lines (36 loc) · 1.31 KB
/
proxychains.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# proxychains.conf VER 4.x
#
# HTTP, SOCKS4a, SOCKS5 tunneling proxifier with DNS.
# This file represents the default config installed with proxychains-ng,
# featuring a small tweak to allow grab-site traffic and allow grab-site
# to work properly when ran under proxychains.
# Should you need to change these settings, refer to: https://github.com/rofl0r/proxychains-ng/blob/master/src/proxychains.conf
# ProxyList treatment method
strict_chain
# Proxy DNS requests - no leak for DNS data
proxy_dns
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
# Exclude localhost so that grab-site jobs can still communicate with the dashboard
localnet 127.0.0.0/255.0.0.0
# ProxyList format
# type ip port [user pass]
# (values separated by 'tab' or 'blank')
#
# only numeric ipv4 addresses are valid
#
#
# Examples:
#
# socks5 192.168.67.78 1080 lamer secret
# http 192.168.89.3 8080 justu hidden
# socks4 192.168.1.49 1080
# http 192.168.39.93 8080
#
#
# proxy types: http, socks4, socks5
# ( auth types supported: "basic"-http "user/pass"-socks )
[ProxyList]
# Given proxy configuration should only work if using an identical multitor setup. Edit to use your proxy server if not using the given multitor configuration.
http 172.17.0.1 16379