{"id":16512927,"url":"https://github.com/daskol/socks-proxy","last_synced_at":"2026-05-29T23:01:44.363Z","repository":{"id":88393002,"uuid":"129385439","full_name":"daskol/socks-proxy","owner":"daskol","description":"Simple SOCKS4 proxy in modern C++","archived":false,"fork":false,"pushed_at":"2018-10-07T21:32:32.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-14T00:40:16.636Z","etag":null,"topics":["boost","proxy","proxy-server","rkn","roskomnadzor","socks","socks-protocol","socks-proxy","socks4-proxy","socks4-server","telegram-proxy"],"latest_commit_sha":null,"homepage":"","language":"C++","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/daskol.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":"2018-04-13T10:12:45.000Z","updated_at":"2022-11-24T15:17:37.000Z","dependencies_parsed_at":"2023-03-11T02:00:16.853Z","dependency_job_id":null,"html_url":"https://github.com/daskol/socks-proxy","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"3736bde188f45644601ce7327fabaeaf687b9e18"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daskol/socks-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fsocks-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fsocks-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fsocks-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fsocks-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskol","download_url":"https://codeload.github.com/daskol/socks-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fsocks-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33673628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boost","proxy","proxy-server","rkn","roskomnadzor","socks","socks-protocol","socks-proxy","socks4-proxy","socks4-server","telegram-proxy"],"created_at":"2024-10-11T16:06:39.124Z","updated_at":"2026-05-29T23:01:44.341Z","avatar_url":"https://github.com/daskol.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOCKS4 Proxy Server\n\n*simple socks4-proxy in modern c++*\n\n## Overview\n\n**SOCKS proxy** is simple proxy server which implements well-known\n[SOCKS4](https://www.openssh.com/txt/socks4.protocol) protocol. It accept and\nmultiplexes input and output streams in one thread. It supports half-closed TCP\nconnections. Also default timeout on connection is one second.\n\n```\n    Client           Proxy           Server\n      |                |               |\n      | 1. Connect -\u003e  |               |\n      |                |               |\n      |  1. Hello --\u003e  |               |\n      |                |               |\n      |                | 1. Connect -\u003e |\n      |  \u003c-- 1. Hello  |               |\n      |                |               |\n      |                |               |\n      | 2. Data -\u003e     |               |\n      |                | 2. Data -\u003e    |\n      |                |               |\n      |                |               |\n      | 2. Fin -\u003e      |               |\n      |                | 2. Fin -\u003e     |\n      |                |               |\n      |                | \u003c- 2. Data    |\n      | \u003c- 2. Data     |               |\n      |                |               |\n      |                | \u003c- 2. Fin     |\n      | \u003c- 2. Fin      |               |\n\n```\n\n## Assembly\n\nThis implementation depends on Boost.System, Boost.Asio, Google Log and Google\nTests. Make dependencoes are `cmake`, `make` and `git`. Google Test is included\ninto project dependencies as git submodule. So, to get sources one should clone\nrepo recursively.\n\n```bash\n    git clone --recursive https://github.com/daskol/socks-proxy.git\n```\n\nAnd then one could start building as follows.\n\n```bash\n    mkdir -p build/release\n    cd build/release\n    cmake ../.. -DCMAKE_BUILD_TYPE=Release\n    make -j2\n```\n\nIn order to install target binary to system path one should run following.\n\n```bash\n    make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fsocks-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskol%2Fsocks-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fsocks-proxy/lists"}