From d76ff81b7c1beffef0b84e570914c8f2d47834e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 16:34:45 +0200 Subject: Initial import of tork 0.33 --- src/torkconfig.kcfg | 695 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 695 insertions(+) create mode 100644 src/torkconfig.kcfg (limited to 'src/torkconfig.kcfg') diff --git a/src/torkconfig.kcfg b/src/torkconfig.kcfg new file mode 100644 index 0000000..bdcd084 --- /dev/null +++ b/src/torkconfig.kcfg @@ -0,0 +1,695 @@ + + + + + + + + + false + + + + + + + + 5 + + + + + + + + + + + + + false + + + + + false + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3145 + + + + 6291 + + + + 3145 + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + 127.0.0.1 + + + + 9050 + + + + + + + + 30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + false + + + + + 3 + + + + + + + + + + 21,22,23,706,1863,5050,5190,5222,5223,6667,8300,8888 + + + + 600 + + + + false + + + + + + + + + + + + + + + + + + + + reject *:25,reject *:119,reject *:135-139,reject *:445,reject *:465,reject *:563,reject *:587,reject *:1214,reject *:4661-4666,reject *:6346-6429,reject *:6699,reject *:6881-6999,accept *:* + + + + + + + + + + + + + 9030 + + + + + 9030 + + + + + 9001 + + + + + 9001 + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 100 + + + + 0 + + + + month + + + + 30 + + + + 1000 + + + + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + true + + + + true + + + + + + + + + true + + + + false + + + + true + + + + true + + + + false + + + + false + + + + true + + + + + + + + + + + + + + + + + + + 9051 + + + + + 30 + + + + + + + + + false + + + + + false + + + + + 127.0.0.1 + + + + + 9051 + + + + true + + + + netstat + + + + + + + + + + + + + false + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 200 + + + + + false + + + + + true + + + + + + http://localhost + + + http://localhost + + + + + + + + 8118 + + + + 8118 + + + + + + + + true + + + + true + + + + true + + + + true + + + + true + + + + + + + + + + + + + + + + + + + + + + + + true + + + + true + + + + + false + + + + + + + + + + + + + + + + + + + + + button_ok%:%Route all DNS UDP Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p udp -m udp --dport 53 -j DNAT --to-destination 127.0.0.1:9999 -m comment --comment \"Redirect UDP DNS Requests to Tor\",button_ok%:%Route all DNS TCP Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p tcp -m tcp --dport 53 -j DNAT --to-destination 127.0.0.1:9040 -m comment --comment \"Redirect TCP DNS Requests to Tor\" + + + + + button_ok%:%Route all HTTP Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p tcp -m tcp --dport 80 -j DNAT --to-destination 127.0.0.1:9040 -m comment --comment \"Route all HTTP Requests to Tor\",button_ok%:%Route all HTTPS Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p tcp -m tcp --dport 443 -j DNAT --to-destination 127.0.0.1:9040 -m comment --comment \"Route all HTTPS Requests to Tor\",button_ok%:%Route all secure POP3 Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p tcp -m tcp --dport 995 -j DNAT --to-destination 127.0.0.1:9040 -m comment --comment \"Route all secure POP3 Requests to Tor\",button_ok%:%Route all SSH Requests to Tor. %:% iptables -t nat -I OUTPUT -o ! lo -p tcp -m tcp --dport 22 -j DNAT --to-destination 127.0.0.1:9040 -m comment --comment \"Route all SSH Requests to Tor\" + + + + + false + + + + + true + + + + + + + + + 3145 + + + + 6291 + + + + 3145 + + + + + 1 + + + + 100 + + + + 0 + + + + month + + + + 30 + + + + 1000 + + + + + true + + + + + 8081 + + + + + 9001 + + + + + 9030 + + + + + false + + + + + + + + + false + + + + + true + + + + + + -- cgit v1.2.3