Add some README fixes, mention new -f parameter and other changes.

proxychain_fixes
Adam Hamsik 2011-02-25 17:48:33 +02:00
parent e928b25735
commit 7183b7ef1a
1 changed files with 13 additions and 6 deletions

19
README
View File

@ -1,5 +1,5 @@
ProxyChains ver 3.1 README
======================
==========================
This is Unix version only.
@ -40,9 +40,11 @@ Some cool features:
Configuration:
proxychains looks for config file in following order:
1) ./proxychains.conf
2) $(HOME)/.proxychains/proxychains.conf
3) /etc/proxychains.conf **
1) file listed in environment variable ${PROXYCHAINS_CONF_FILE} or
provided as a -f argument to proxychains script or binary.
2) ./proxychains.conf
3) $(HOME)/.proxychains/proxychains.conf
4) /etc/proxychains.conf **
**see more in /etc/proxychains.conf
@ -53,6 +55,13 @@ Usage Example:
in this example it will run telnet through proxy(or chained proxies)
specified by proxychains.conf
Usage Example:
bash$ proxychains -f /etc/proxychains-other.conf targethost2.com
in this example it will use different configuration file then proxychains.conf
to connect to targethost2.com host.
Usage Example:
bash$ proxyresolv targethost.com
@ -60,5 +69,3 @@ Usage Example:
in this example it will resolve targethost.com through proxy(or chained proxies)
specified by proxychains.conf
NOTE:
to run suid/sgid programs(like ssh) through proxychains you have to be root