mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-24 02:02:53 +08:00
Update proxychains.conf
This commit is contained in:
parent
821249f22a
commit
ca9251289f
@ -119,6 +119,20 @@ tcp_connect_time_out 8000
|
|||||||
# localnet 172.16.0.0/255.240.0.0
|
# localnet 172.16.0.0/255.240.0.0
|
||||||
# localnet 192.168.0.0/255.255.0.0
|
# localnet 192.168.0.0/255.255.0.0
|
||||||
|
|
||||||
|
### Examples for remotenet that will use a proxy to connect
|
||||||
|
## only remotenet ranges except localnet ranges will use a proxy to connect.
|
||||||
|
## default(means all connections except localnet ranges will use a proxy):
|
||||||
|
## remotenet ::/0
|
||||||
|
## remotenet 0.0.0.0/0.0.0.0
|
||||||
|
|
||||||
|
## Connections to 31.13.94.36 with port 80 and 443 will use a proxy:
|
||||||
|
# remotenet 31.13.94.36:80/255.255.255.255
|
||||||
|
# remotenet 31.13.94.36:443/255.255.255.255
|
||||||
|
|
||||||
|
## Connections to anywhere with port 25 will use a proxy:
|
||||||
|
# remotenet 0.0.0.0:25/0.0.0.0
|
||||||
|
# remotenet [::]:25/0
|
||||||
|
|
||||||
### Examples for dnat
|
### Examples for dnat
|
||||||
## Trying to proxy connections to destinations which are dnatted,
|
## Trying to proxy connections to destinations which are dnatted,
|
||||||
## will result in proxying connections to the new given destinations.
|
## will result in proxying connections to the new given destinations.
|
||||||
|
Loading…
Reference in New Issue
Block a user