{"id":13692543,"url":"https://github.com/arstgit/procurator","last_synced_at":"2025-10-26T22:40:12.997Z","repository":{"id":40441132,"uuid":"187835147","full_name":"arstgit/procurator","owner":"arstgit","description":"Socks5 server and client,  utilizing epoll only.","archived":false,"fork":false,"pushed_at":"2023-03-23T04:28:42.000Z","size":560,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T09:03:01.076Z","etag":null,"topics":["proxy"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arstgit.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":"2019-05-21T12:43:10.000Z","updated_at":"2025-04-07T10:04:29.000Z","dependencies_parsed_at":"2024-11-15T12:31:52.145Z","dependency_job_id":null,"html_url":"https://github.com/arstgit/procurator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arstgit/procurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arstgit%2Fprocurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arstgit%2Fprocurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arstgit%2Fprocurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arstgit%2Fprocurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arstgit","download_url":"https://codeload.github.com/arstgit/procurator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arstgit%2Fprocurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281185451,"owners_count":26457747,"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-10-26T02:00:06.575Z","response_time":61,"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":["proxy"],"created_at":"2024-08-02T17:00:59.279Z","updated_at":"2025-10-26T22:40:12.963Z","avatar_url":"https://github.com/arstgit.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# procurator\n\n[![Test Status](https://github.com/derekchuank/procurator/workflows/Test/badge.svg)](https://github.com/derekchuank/procurator/actions)\n\nSocks5 proxy client and server. UDP relay support. More aggressive packet sending strategy, using `librdp`.\n\n## Prerequisites\nEnvironment: \n  - Linux.\n\nLibraries: \n  - libssl-dev.\n  - librdp. https://github.com/derekchuank/librdp. Needed only after version v1.0.0. In fact, after that, the connections between procurator-local and procurator-server switched from TCP to UDP.\n\n## Compile \u0026 Install\n\n```\n  $ autoreconf\n  $ mkdir build \u0026\u0026 cd build\n  $ configure ..\n  $ make\n```\n\n## Usage\n\nOn your local machine, run:\n```\n  $ procurator-local --remote-host 127.0.0.1 \\\n      --remote-port 8080 \\\n      --remote-udp-port 8081 \\\n      --local-port 1080 \\\n      --local-udp-port 1081 \\\n      --password foobar \\\n      --udp-target-host 8.8.8.8 \\\n      --udp-target-port 53\n```\n\n- `--udp-target-host` and `--udp-target-port` aren't required, if you are not planning to establish a direct(no socks5 involved) udp port relay, usually for DNS forwarding.\n\nOn remote machine, run:\n```\n  $ procurator-server --remote-port 8080 --remote-udp-port 8081 --password foobar\n```\n\n## Test\n```\n  $ make clean \u0026\u0026 make test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farstgit%2Fprocurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farstgit%2Fprocurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farstgit%2Fprocurator/lists"}