{"id":37182784,"url":"https://github.com/bugfan/shadowsocks-go","last_synced_at":"2026-01-14T21:04:47.730Z","repository":{"id":65950271,"uuid":"449554075","full_name":"bugfan/shadowsocks-go","owner":"bugfan","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-30T17:28:46.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T12:42:20.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugfan.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}},"created_at":"2022-01-19T05:04:52.000Z","updated_at":"2024-06-20T12:42:20.687Z","dependencies_parsed_at":"2023-02-18T01:01:00.636Z","dependency_job_id":null,"html_url":"https://github.com/bugfan/shadowsocks-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugfan/shadowsocks-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fshadowsocks-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fshadowsocks-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fshadowsocks-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fshadowsocks-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugfan","download_url":"https://codeload.github.com/bugfan/shadowsocks-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fshadowsocks-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-14T21:04:46.964Z","updated_at":"2026-01-14T21:04:47.719Z","avatar_url":"https://github.com/bugfan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shadowsocks-go\n\nA fresh implementation of Shadowsocks in Go,that has custom authorization🤔\n\n\n\n## Features\n\n- [x] SOCKS5 proxy with UDP Associate\n- [x] Support for Netfilter TCP redirect on Linux (IPv6 should work but not tested)\n- [x] Support for Packet Filter TCP redirect on MacOS/Darwin (IPv4 only)\n- [x] UDP tunneling (e.g. relay DNS packets)\n- [x] TCP tunneling (e.g. benchmark with iperf3)\n- [x] SIP003 plugins\n- [x] Replay attack mitigation\n\n\n## Install\n\n\n\n```sh\ngo get -u -v github.com/bugfan/shadowsocks-go\n```\n\n\n## Basic Usage\n\n### Server\n\nStart a server listening on port 8488 using `AEAD_CHACHA20_POLY1305` AEAD cipher with password `your-password`.\n\n```sh\nshadowsocks-go -s 'ss://AEAD_CHACHA20_POLY1305:your-password@:8488' -verbose\n```\n\n\n### Client\n\nStart a client connecting to the above server. The client listens on port 1080 for incoming SOCKS5 \nconnections, and tunnels both UDP and TCP on port 8053 and port 8054 to 8.8.8.8:53 and 8.8.4.4:53 \nrespectively. \n\n```sh\nshadowsocks-go -c 'ss://AEAD_CHACHA20_POLY1305:your-password@[server_address]:8488' \\\n    -verbose -socks :1080 -u -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 \\\n                             -tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53\n```\n\nReplace `[server_address]` with the server's public address.\n\n## forked from \n```\nhttps://github.com/shadowsocks/go-shadowsocks2\n```\n\n## run\n SHADOWSOCKS_SF_CAPACITY=1e6 SHADOWSOCKS_SF_FPR=1e-6 SHADOWSOCKS_SF_SLOT=10 ./shadowsocks-go -s 'ss://AEAD_CHACHA20_POLY1305:abcdef@0.0.0.0:8080'\n\n ## todo\n - add auth logic which could access shadowsocks-auth\n - add auto-config module which pull config from configuration center\n - dockerization\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfan%2Fshadowsocks-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugfan%2Fshadowsocks-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfan%2Fshadowsocks-go/lists"}