Skip to content

Commit b9ca1cd

Browse files
committed
proxychains.conf: add hint that proxy must be in ipv4 notation
1 parent 64a7cd2 commit b9ca1cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/proxychains.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ tcp_connect_time_out 8000
7777
# localnet 192.168.0.0/255.255.0.0
7878

7979
# ProxyList format
80-
# type host port [user pass]
80+
# type ip port [user pass]
8181
# (values separated by 'tab' or 'blank')
8282
#
83+
# only numeric ipv4 addresses are valid
84+
#
8385
#
8486
# Examples:
8587
#

0 commit comments

Comments
 (0)