{"id":15056822,"url":"https://github.com/ocfbnj/ss-rs","last_synced_at":"2025-10-19T01:43:35.041Z","repository":{"id":50630528,"uuid":"494731542","full_name":"ocfbnj/ss-rs","owner":"ocfbnj","description":"An unofficial shadowsocks implementation that can work with official shadowsocks.","archived":false,"fork":false,"pushed_at":"2024-03-24T09:50:55.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T16:19:19.636Z","etag":null,"topics":["proxy","rust","shadowsocks","socks5"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ocfbnj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-21T09:00:22.000Z","updated_at":"2024-04-24T16:19:19.636Z","dependencies_parsed_at":"2024-03-24T10:35:06.671Z","dependency_job_id":"48d948ea-d863-4bf3-80fa-82c6c20e668c","html_url":"https://github.com/ocfbnj/ss-rs","commit_stats":{"total_commits":95,"total_committers":2,"mean_commits":47.5,"dds":"0.021052631578947323","last_synced_commit":"3dbe23ea07d7b6839d33400cc434c3bddc158ac9"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocfbnj%2Fss-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocfbnj%2Fss-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocfbnj%2Fss-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocfbnj%2Fss-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocfbnj","download_url":"https://codeload.github.com/ocfbnj/ss-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248158769,"owners_count":21057198,"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":["proxy","rust","shadowsocks","socks5"],"created_at":"2024-09-24T21:56:42.300Z","updated_at":"2025-10-19T01:43:29.994Z","avatar_url":"https://github.com/ocfbnj.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ss-rs\n\n[![Cargo Build \u0026 Test](https://github.com/ocfbnj/ss-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/ocfbnj/ss-rs/actions/workflows/ci.yml)\n[![Crates.io](https://img.shields.io/crates/v/ss-rs)](https://crates.io/crates/ss-rs)\n\nAn unofficial shadowsocks implementation that can work with official shadowsocks.\n\n## Features\n\n- [x] [SOCKS5](https://datatracker.ietf.org/doc/html/rfc1928) CONNECT command\n- [x] [AEAD](https://shadowsocks.org/en/wiki/AEAD-Ciphers.html) ciphers\n- [x] Defend against [replay attacks](https://github.com/shadowsocks/shadowsocks-org/issues/44)\n- [x] [Access control list](https://github.com/shadowsocks/shadowsocks-rust#acl)\n- [x] [SIP003](https://github.com/shadowsocks/shadowsocks-org/issues/28) Plugins\n\n## Get Started\n\n### Server\n\nStart a server listening on port 5421 using `chacha20-ietf-poly1305` AEAD cipher with password `ocfbnj`.\n\n~~~bash\nss-rs -s 0.0.0.0:5421 -k ocfbnj -m chacha20-ietf-poly1305\n~~~\n\n### Client\n\nStart a client connecting to the `ocfbnj.cn`.\n\nThe client listens on port 1080 for incoming SOCKS5 connections and uses `chacha20-ietf-poly1305` AEAD cipher with password `ocfbnj`.\n\n~~~bash\nss-rs -s ocfbnj.cn:5421 -l localhost:1080 -k ocfbnj -m chacha20-ietf-poly1305\n~~~\n\n## How to build\n\n### Prerequisites\n\n- Cargo installed (See [this](https://www.rust-lang.org/learn/get-started)).\n\n### Building with Cargo\n\n1. Clone\n\n    ~~~bash\n    git clone https://github.com/ocfbnj/ss-rs\n    cd ss-rs\n    ~~~\n\n2. Build\n\n    ~~~bash\n    cargo b --release\n    ~~~\n\n    Now you can find the binary in `./target/release/ss-rs`.\n\n## References\n\n- \u003chttps://github.com/ocfbnj/shadowsocks-asio\u003e\n- \u003chttps://github.com/shadowsocks/shadowsocks-rust\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focfbnj%2Fss-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focfbnj%2Fss-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focfbnj%2Fss-rs/lists"}