feat: close #118 add stop all button
parent
bd69c8f5dd
commit
dc3883ed1a
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 736 B |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1 @@
|
||||
proxychains.conf
|
@ -0,0 +1,5 @@
|
||||
dir="$(dirname "$0")"
|
||||
config=$dir/proxychains.conf
|
||||
host_ip=$(grep nameserver /etc/resolv.conf | sed 's/nameserver //')
|
||||
cp $dir/proxychains.template.conf $config
|
||||
sed -i "\$s/.*/http $host_ip 7890/" $config
|
@ -0,0 +1,12 @@
|
||||
strict_chain
|
||||
proxy_dns
|
||||
|
||||
remote_dns_subnet 224
|
||||
|
||||
tcp_read_time_out 15000
|
||||
tcp_connect_time_out 8000
|
||||
|
||||
localnet 127.0.0.0/255.0.0.0
|
||||
|
||||
[ProxyList]
|
||||
socks4 127.0.0.1 9050
|
Loading…
Reference in new issue