michael@793: ## michael@793: ## tsocks.conf -- Transparent SOCKS Client Configuration michael@793: ## michael@793: michael@793: # local networks michael@793: local = 127.0.0.0/255.0.0.0 michael@793: local = 192.168.0.0/255.255.255.0 michael@793: local = 172.16.0.0/255.240.0.0 michael@793: local = 10.0.0.0/255.0.0.0 michael@793: michael@793: # SOCKS proxy server michael@793: server = 127.0.0.1 michael@793: server_port = 1080 michael@793: server_type = 5 michael@793: