# Configuration file for csocks # (c) 2007 By Raffaele De Lorenzo # # EXAMPLE # # Credential for socks5 (only user for socks4) # # CSOCKS_USER pippo # CSOCKS_PASSWD pluto # scocks_version host mask port socks_server port_socks_server protocol direction # directions: IN for BIND connections, OUT for CONNECT connections # NB: The BIND connections required 2 rules, one for BIND and one for CONNECT. # socks5 172.30.28.33 255.255.255.0 22 192.168.253.12 1080 TCP OUT # if you specify "0.0.0.0" in place of "host", and "0" in place of "port" ALL host/port are socksyfied # # socks4 172.30.28.31 255.255.255.0 22 192.168.253.12 1080 TCP OUT # #configurazione home #socks5 10.10.0.20 255.255.255.0 0 10.10.0.21 1080 UDP OUT #socks5 10.10.0.20 255.255.255.0 0 10.10.0.21 1080 UDP IN #socks5 10.10.0.20 255.255.255.0 0 10.10.0.21 1080 TCP IN #socks5 10.10.0.20 255.255.255.0 0 10.10.0.21 1080 TCP OUT #socks5 10.10.0.2 255.255.255.0 0 10.10.0.21 1080 UDP OUT #socks5 10.10.0.2 255.255.255.0 0 10.10.0.21 1080 UDP IN #socks5 10.10.0.2 255.255.255.0 0 10.10.0.21 1080 UDP OUT