{"id":15017552,"url":"https://github.com/jakbin/shadowsocks-pro","last_synced_at":"2025-04-12T11:45:10.591Z","repository":{"id":59238525,"uuid":"536133003","full_name":"jakbin/shadowsocks-pro","owner":"jakbin","description":"shadowsocks cleint in python","archived":false,"fork":false,"pushed_at":"2023-05-09T09:13:12.000Z","size":48,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T06:34:27.913Z","etag":null,"topics":["python3","shadowsocks","shadowsocks-client","shadowsocks-manager","shadowsocks-server"],"latest_commit_sha":null,"homepage":"https://youtu.be/sRarEzteWRE","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakbin.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-09-13T13:12:15.000Z","updated_at":"2023-05-09T09:14:31.000Z","dependencies_parsed_at":"2022-09-15T04:40:54.712Z","dependency_job_id":null,"html_url":"https://github.com/jakbin/shadowsocks-pro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fshadowsocks-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fshadowsocks-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fshadowsocks-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fshadowsocks-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakbin","download_url":"https://codeload.github.com/jakbin/shadowsocks-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564356,"owners_count":21125407,"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":["python3","shadowsocks","shadowsocks-client","shadowsocks-manager","shadowsocks-server"],"created_at":"2024-09-24T19:50:40.196Z","updated_at":"2025-04-12T11:45:10.567Z","avatar_url":"https://github.com/jakbin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"shadowsocks\n===========\n\n [![PyPI version](https://badge.fury.io/py/shadowsocks-pro.svg)](https://pypi.org/project/shadowsocks-pro/)\n [![Downloads](https://pepy.tech/badge/shadowsocks-pro/month)](https://pepy.tech/project/shadowsocks-pro)\n [![Downloads](https://static.pepy.tech/personalized-badge/shadowsocks-pro?period=total\u0026units=international_system\u0026left_color=green\u0026right_color=blue\u0026left_text=Total%20Downloads)](https://pepy.tech/project/shadowsocks-pro)\n\nA fast tunnel proxy that helps you bypass firewalls.\n\n## Main focus on shadowsocks client\n\nFeatures:\n- TCP \u0026 UDP support\n- User management API\n- TCP Fast Open\n- Workers and graceful restart\n- Destination IP blacklist\n\n\nClient\n------\n\n### Install\n\nDebian / Ubuntu:\n```sh\napt install python3-pip libcrypto++-dev\n```\n```sh\npip3 install shadowsocks-pro\n```\n### Usage\n```sh\nsslocal -c config.json\n```\n\n### Config.json example\n```json\n{\n    \"server\": \"example.shadowsocks.org\",\n    \"server_port\": 8388,\n    \"password\": \"u1rRWTssNv0p\",\n    \"method\": \"aes-256-cfb\",\n    \"timeout\":400,\n    \"local_address\": \"127.0.0.1\",\n    \"local_port\":1080\n }\n ```\n\n## Tutorial\n[Watch Here](https://youtu.be/sRarEzteWRE)\n\nServer\n------\n\n### Install\n\nDebian / Ubuntu:\n```sh\n    apt install python3-pip libcrypto++-dev\n    pip install shadowsocks-pro\n```\nCentOS:\n```sh\n    yum install python-setuptools \u0026\u0026 easy_install pip\n    pip install shadowsocks-pro\n```\nWindows:\n\nSee [Install Shadowsocks Server on Windows](https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows).\n\n### Usage\n```sh\nssserver -p 443 -k password -m aes-256-cfb\n```\nTo run in the background:\n```sh\nsudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start\n```\nTo stop:\n```sh\nsudo ssserver -d stop\n```\nTo check the log:\n```sh\nsudo less /var/log/shadowsocks.log\n```\nCheck all the options via `-h`. You can also use a [Configuration] file\ninstead.\n\n### Usage with Config File\n\n[Create configeration file and run](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File)\n\nTo start:\n```sh\nssserver -c /etc/shadowsocks.json\n```\n\nDocumentation\n-------------\n\nYou can find all the documentation in the [Wiki](https://github.com/shadowsocks/shadowsocks/wiki).\n\nLicense\n-------\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Fshadowsocks-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakbin%2Fshadowsocks-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Fshadowsocks-pro/lists"}