{"id":13775953,"url":"https://github.com/shadowsocksrr/shadowsocksr","last_synced_at":"2025-05-11T08:34:27.279Z","repository":{"id":43209951,"uuid":"98540764","full_name":"shadowsocksrr/shadowsocksr","owner":"shadowsocksrr","description":"Python port of ShadowsocksR","archived":false,"fork":true,"pushed_at":"2023-01-03T20:31:35.000Z","size":1911,"stargazers_count":3331,"open_issues_count":33,"forks_count":1729,"subscribers_count":200,"default_branch":"manyuser","last_synced_at":"2024-11-17T11:47:23.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"shadowsocksr-rm/shadowsocksr","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowsocksrr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T13:44:03.000Z","updated_at":"2024-11-14T14:13:36.000Z","dependencies_parsed_at":"2023-02-01T09:47:10.308Z","dependency_job_id":null,"html_url":"https://github.com/shadowsocksrr/shadowsocksr","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksrr%2Fshadowsocksr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksrr%2Fshadowsocksr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksrr%2Fshadowsocksr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksrr%2Fshadowsocksr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocksrr","download_url":"https://codeload.github.com/shadowsocksrr/shadowsocksr/tar.gz/refs/heads/manyuser","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253540462,"owners_count":21924522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:55.651Z","updated_at":"2025-05-11T08:34:27.022Z","avatar_url":"https://github.com/shadowsocksrr.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具","Python (1887)","Python"],"sub_categories":["\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"ShadowsocksR\n===========\n\n[![Build Status]][Travis CI]\n\nA fast tunnel proxy that helps you bypass firewalls.\n\nServer\n------\n\n### Install\n\nDebian / Ubuntu:\n\n    apt-get install git\n    git clone https://github.com/shadowsocksr/shadowsocksr.git\n\nCentOS:\n\n    yum install git\n    git clone https://github.com/shadowsocksr/shadowsocksr.git\n\nWindows:\n\n    git clone https://github.com/shadowsocksr/shadowsocksr.git\n\n### Usage for single user on linux platform\n\nIf you clone it into \"~/shadowsocksr\"  \nmove to \"~/shadowsocksr\", then run:\n\n    bash initcfg.sh\n\nmove to \"~/shadowsocksr/shadowsocks\", then run:\n\n    python server.py -p 443 -k password -m aes-128-cfb -O auth_aes128_md5 -o tls1.2_ticket_auth_compatible\n\nCheck all the options via `-h`.\n\nYou can also use a configuration file instead (recommend), move to \"~/shadowsocksr\" and edit the file \"user-config.json\", then move to \"~/shadowsocksr/shadowsocks\" again, just run:\n\n    python server.py\n\nTo run in the background:\n\n    ./logrun.sh\n\nTo stop:\n\n    ./stop.sh\n\nTo monitor the log:\n\n    ./tail.sh\n\n\nClient\n------\n\n* [Windows] / [macOS]\n* [Android] / [iOS]\n* [OpenWRT]\n\nUse GUI clients on your local PC/phones. Check the README of your client\nfor more information.\n\nDocumentation\n-------------\n\nYou can find all the documentation in the [Wiki].\n\nLicense\n-------\n\nCopyright 2015 clowwindy\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\nLicense for the specific language governing permissions and limitations\nunder the License.\n\nBugs and Issues\n----------------\n\n* [Issue Tracker]\n\n\n\n[Android]:           https://github.com/shadowsocksr/shadowsocksr-android\n[Build Status]:      https://travis-ci.org/shadowsocksr/shadowsocksr.svg?branch=manyuser\n[Debian sid]:        https://packages.debian.org/unstable/python/shadowsocks\n[iOS]:               https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help\n[Issue Tracker]:     https://github.com/shadowsocksr/shadowsocksr/issues?state=open\n[OpenWRT]:           https://github.com/shadowsocks/openwrt-shadowsocks\n[macOS]:             https://github.com/shadowsocksr/ShadowsocksX-NG\n[Travis CI]:         https://travis-ci.org/shadowsocksr/shadowsocksr\n[Windows]:           https://github.com/shadowsocksr/shadowsocksr-csharp\n[Wiki]:              https://github.com/breakwa11/shadowsocks-rss/wiki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksrr%2Fshadowsocksr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocksrr%2Fshadowsocksr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksrr%2Fshadowsocksr/lists"}