{"id":1009,"date":"2014-10-10T03:24:56","date_gmt":"2014-10-10T01:24:56","guid":{"rendered":"http:\/\/www.shukko.com\/x3\/?p=1009"},"modified":"2014-10-10T03:24:56","modified_gmt":"2014-10-10T01:24:56","slug":"shadowsocks-install","status":"publish","type":"post","link":"https:\/\/www.shukko.com\/x3\/2014\/10\/10\/shadowsocks-install\/","title":{"rendered":"shadowsocks install"},"content":{"rendered":"<p>what is shadowsocks?<br \/>\nA secure socks5 proxy,<br \/>\ndesigned to protect your Internet traffic.<\/p>\n<p><strong>server installation<\/strong><\/p>\n<p>1- Ubuntu 14.04 LTS<\/p>\n<pre class=\"lang:default decode:true \">apt-get update\r\napt-get install python-pip python-m2crypto supervisor\r\npip install shadowsocks\r\n<\/pre>\n<p>2- On your server create a config file \/etc\/shadowsocks.json<\/p>\n<pre class=\"lang:default decode:true \">{\r\n    \"server\":\"my_server_ip\",\r\n    \"server_port\":8388,\r\n    \"local_address\": \"127.0.0.1\",\r\n    \"local_port\":1080,\r\n    \"password\":\"mypassword\",\r\n    \"timeout\":300,\r\n    \"method\":\"aes-256-cfb\",\r\n    \"fast_open\": false,\r\n    \"workers\": 1\r\n}\r\n<\/pre>\n<p>3- Edit \/etc\/supervisor\/conf.d\/shadowsocks.conf<\/p>\n<pre class=\"lang:default decode:true \">[program:shadowsocks]\r\ncommand=ssserver -c \/etc\/shadowsocks.json\r\nautorestart=true\r\nuser=nobody<\/pre>\n<p>4- Add the following line into \/etc\/default\/supervisor<\/p>\n<pre class=\"lang:default decode:true \">ulimit -n 51200\r\n<\/pre>\n<p>5- Run<\/p>\n<pre class=\"lang:default decode:true\">service supervisor start\r\nsupervisorctl reload\r\n<\/pre>\n<p><strong>Client Installation<\/strong><\/p>\n<p>1- Linuxmint 17<\/p>\n<pre class=\"lang:default decode:true \">apt-get update\r\napt-get install python-pip python-m2crypto\r\npip install shadowsocks\r\n<\/pre>\n<p>2- On your server create a config file \/etc\/shadowsocks.json<\/p>\n<pre class=\"lang:default decode:true \">{\r\n    \"server\":\"my_server_ip\",\r\n    \"server_port\":8388,\r\n    \"local_address\": \"127.0.0.1\",\r\n    \"local_port\":1080,\r\n    \"password\":\"mypassword\",\r\n    \"timeout\":300,\r\n    \"method\":\"aes-256-cfb\",\r\n    \"fast_open\": false,\r\n    \"workers\": 1\r\n}\r\n<\/pre>\n<p>3- Run Client<\/p>\n<pre class=\"lang:default decode:true \" >sslocal -c \/etc\/shadowsocks.json<\/pre>\n<p>if you want it to go background:<\/p>\n<pre class=\"lang:default decode:true \" >nohup sslocal -c \/etc\/shadowsocks.json &gt; log &amp;<\/pre>\n<p>4- For Firefox Install ProxySelector addon<\/p>\n<p>Proxy Selector > Manage Proxies > Add<\/p>\n<p>socks v5<br \/>\n127.0.0.1<br \/>\nport 1080<\/p>\n<p>That&#8217;s all<br \/>\nYou&#8217;re ready to use your new shadowsocks proxy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>what is shadowsocks? A secure socks5 proxy, designed to protect your Internet traffic. server installation 1- Ubuntu 14.04 LTS apt-get update apt-get install python-pip python-m2crypto supervisor pip install shadowsocks 2- On your server create a config file \/etc\/shadowsocks.json { &#8220;server&#8221;:&#8221;my_server_ip&#8221;, &#8220;server_port&#8221;:8388, &#8220;local_address&#8221;: &#8220;127.0.0.1&#8221;, &#8220;local_port&#8221;:1080, &#8220;password&#8221;:&#8221;mypassword&#8221;, &#8220;timeout&#8221;:300, &#8220;method&#8221;:&#8221;aes-256-cfb&#8221;, &#8220;fast_open&#8221;: false, &#8220;workers&#8221;: 1 } 3- Edit \/etc\/supervisor\/conf.d\/shadowsocks.conf [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1009","post","type-post","status-publish","format-standard","hentry","category-kategerisiz"],"_links":{"self":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/comments?post=1009"}],"version-history":[{"count":1,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1009\/revisions"}],"predecessor-version":[{"id":1010,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1009\/revisions\/1010"}],"wp:attachment":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/media?parent=1009"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/categories?post=1009"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/tags?post=1009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}