diff options
Diffstat (limited to '')
-rw-r--r-- | tsocks/tsocks.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tsocks/tsocks.conf b/tsocks/tsocks.conf new file mode 100644 index 0000000..06ddaf8 --- /dev/null +++ b/tsocks/tsocks.conf @@ -0,0 +1,7 @@ + +server = 127.0.0.1 +server_port = 9995 +server_type = 5 +local = 192.168.0.0/255.255.0.0 +local = 10.0.0.0/255.0.0.0 +local = 172.16.0.0/255.240.0.0 |