{"id":16842599,"url":"https://github.com/rofl0r/rocksocks5","last_synced_at":"2025-07-30T04:08:38.430Z","repository":{"id":138311845,"uuid":"2034919","full_name":"rofl0r/rocksocks5","owner":"rofl0r","description":"simple SOCKS v5 server with minimal RAM usage","archived":false,"fork":false,"pushed_at":"2019-04-12T22:06:21.000Z","size":36,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T05:52:15.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/rofl0r.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2011-07-12T08:22:20.000Z","updated_at":"2024-11-14T11:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ae90d6f-e14d-4f27-8b4a-70b9396a4b80","html_url":"https://github.com/rofl0r/rocksocks5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rofl0r/rocksocks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Frocksocks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Frocksocks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Frocksocks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Frocksocks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rofl0r","download_url":"https://codeload.github.com/rofl0r/rocksocks5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofl0r%2Frocksocks5/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267808134,"owners_count":24147357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-10-13T12:47:02.088Z","updated_at":"2025-07-30T04:08:38.384Z","avatar_url":"https://github.com/rofl0r.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"minimalistic socks5 server.\n\nsupports no-auth and username auth.\n\nsupports CONNECT method. no bind and UDP atm.\n\nuses only ~150 kb stack memory for 32 possible clients and 1 page of heap memory for getaddrinfo\n(however dns resolution can be configured to use my firedns fork, which allocates a single stack\nbuffer, or to do no DNS resolution at all (only ipv4))\n\nselect() based using asynchronous sockets.\n\nsupports maximum 510 clients. ((FD_SETSIZE - 3) / 2)\n\ninstallation:\n\ncd /tmp\nmkdir socksserver-0000\ncd socksserver-0000/\ngit clone https://github.com/rofl0r/rocksocks5 socksserver\ngit clone https://github.com/rofl0r/libulz lib\ngit clone https://github.com/rofl0r/rocksock\ngit clone -b custom https://github.com/rofl0r/firedns firedns\ngit clone https://github.com/rofl0r/rcb2\nexport PATH=$PATH:/tmp/socksserver-0000/rcb2\nln -s /tmp/socksserver-0000/rcb2/rcb2.py /tmp/socksserver-0000/rcb2/rcb2\ncd socksserver\ncp dist/config.mak .\n\n#your favorite editor here\nnano config.mak\n\n# add your prefered cflags, e.g.:\n# CFLAGS = -DIPV4_ONLY -DNO_DNS_SUPPORT -DNO_LOG -DNO_DAEMONIZE -DNO_IDSWITCH\n\n#your favorite C compiler here\nexport CC=gcc\nmake\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofl0r%2Frocksocks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frofl0r%2Frocksocks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofl0r%2Frocksocks5/lists"}