1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-17 19:24:21 +08:00

added port support for localnet

This commit is contained in:
Jianing Yang
2011-03-22 22:04:52 +08:00
Unverified
parent bb2d076fab
commit a6681ca7a1
3 changed files with 44 additions and 8 deletions
+10
View File
@@ -41,6 +41,16 @@ proxy_dns
tcp_read_time_out 15000
tcp_connect_time_out 8000
# Example for localnet exclusion
## Exclude connections to 192.168.1.0/24 with port 80
# localnet 192.168.1.0:80/255.255.255.0
## Exclude connections to 192.168.100.0/24
# localnet 192.168.100.0/255.255.255.0
## Exclude connections to ANYwhere with port 80
# localnet 0.0.0.0:80/0.0.0.0
# ProxyList format
# type host port [user pass]
# (values separated by 'tab' or 'blank')