diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-18 13:11:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-18 13:11:24 +0000 |
commit | c3ef93a99a7ffea0e3314c5672a5031187301ab9 (patch) | |
tree | 91dd27625dddba41b39634abc491557c762650b9 /tsocks | |
parent | update (diff) | |
download | scripts-c3ef93a99a7ffea0e3314c5672a5031187301ab9.tar.gz scripts-c3ef93a99a7ffea0e3314c5672a5031187301ab9.zip |
tsocks and zsh prompt update
Diffstat (limited to 'tsocks')
-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 |