{"id":15107331,"url":"https://github.com/socksv/socksv","last_synced_at":"2026-01-19T11:32:07.022Z","repository":{"id":64303288,"uuid":"245806172","full_name":"socksv/socksv","owner":"socksv","description":"A high performance proxy server that supports socks5, http, and socksv","archived":false,"fork":false,"pushed_at":"2020-03-11T06:59:39.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T13:43:59.289Z","etag":null,"topics":["proxy","shadowsocks","socks","socks5"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/socksv.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":"2020-03-08T11:59:36.000Z","updated_at":"2020-03-11T11:35:38.000Z","dependencies_parsed_at":"2023-01-15T10:00:46.982Z","dependency_job_id":null,"html_url":"https://github.com/socksv/socksv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/socksv/socksv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socksv%2Fsocksv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socksv%2Fsocksv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socksv%2Fsocksv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socksv%2Fsocksv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/socksv","download_url":"https://codeload.github.com/socksv/socksv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socksv%2Fsocksv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28566385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["proxy","shadowsocks","socks","socks5"],"created_at":"2024-09-25T21:23:30.939Z","updated_at":"2026-01-19T11:32:06.999Z","avatar_url":"https://github.com/socksv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocksV\nA proxy server that supports socks5,socksv,vpn and so on...\n\n## Motivation\n\nThis project is created because of the blocking of internet in some areas,\nit's very hard for them to connect the target website fastly.For example,`Github`\nis limited for speed in some ares...\n\nWe build this project to bypass the blocking rule, to create a fast and clean internet.\n\n## How It Works\nThe core of socksv is to run a proxy server outside the blocking area, which is\nconnnected from inside.The network flow is:\n\n```text\n -----------        --------------          ------------         -------------\n|Web Browser| \u003c---\u003e |Local Machine| \u003c----\u003e |Proxy Server| \u003c---\u003e |Target Website|\n -----------        --------------         -------------         --------------\n```\n\n\n## How To Run\nRun command `socksv -h` to get help:\n```bash\nUsage of socksv:\n  -P string\n        proxy server port. (default \"8080\")\n  -l int\n        log level.0-info;1-debug;2-trace;3-warn;4-error. (default 1)\n  -p string\n        socks5 server port. (default \"1080\")\n  -s string\n        relay server to connect.\n```\n\n### 1. run as server\n\nRuns as server on your proxy machine(like aws ec2) and listen at port 1081\n```bash\nsocksv -P 8080\n```\n\n### 2. run as client\n\nRuns as client on your local machine.\n\nThe following command will run socksv as client,  connect to proxy server at [proxy_ip]:8080, and listening socks5 stream at port 1080.\n\n```bash\nsocksv -s [proxy_ip]:8080\n```\n\n\u003e The communication between socksv proxy server and client is encrypted.\n\n### 3.config chrome\n\nConfig your chrome to connect to your local socks client.\n\nHere you need a chrome plugin  [SwitchyOmega](https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?utm_source=chrome-ntp-icon)  and config the proxy as:\n* `protocol`: socks5\n* `proxy server`: 127.0.0.1 (the socksv client running in your local machine)\n* `port`: 1080\n\n\u003e After the 3 steps configuration, your can visit whatever you want\n\n## Plan TODO\n\n`TODO` List:\n\n * udp support for socks5\n * chrome plugin client\n * ios client\n * android client\n * electron desktop\n\n## Contributing\n\n If you are interested in this project and wanna contribute, please fork this project,\n  modify, and submit a pull request.\n\n You are welcome to submit issues to help improve the code and experience.\n\n You can choose what to do in the `TODO` list.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocksv%2Fsocksv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsocksv%2Fsocksv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocksv%2Fsocksv/lists"}