{"id":17096100,"url":"https://github.com/soylent/proxxy","last_synced_at":"2025-03-23T17:45:13.862Z","repository":{"id":56889398,"uuid":"264061674","full_name":"soylent/proxxy","owner":"soylent","description":"https and socks5 proxy server","archived":false,"fork":false,"pushed_at":"2021-12-22T02:38:30.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T08:18:17.064Z","etag":null,"topics":["https-proxy","proxy","socks","socks5"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/soylent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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-05-15T01:02:40.000Z","updated_at":"2022-06-07T21:10:35.000Z","dependencies_parsed_at":"2022-08-21T00:50:19.819Z","dependency_job_id":null,"html_url":"https://github.com/soylent/proxxy","commit_stats":null,"previous_names":["soylent/proxxxy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Fproxxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Fproxxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Fproxxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Fproxxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soylent","download_url":"https://codeload.github.com/soylent/proxxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144029,"owners_count":20568049,"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","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":["https-proxy","proxy","socks","socks5"],"created_at":"2024-10-14T14:44:37.924Z","updated_at":"2025-03-23T17:45:13.836Z","avatar_url":"https://github.com/soylent.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxxy\n\nHTTPS \u0026 SOCKS5 Proxy\n\n## Installation\n\n    gem install proxxy\n\n## Usage\n\nBy default, proxxy starts an HTTPS proxy server on port 3128.\n\n    proxxy\n\nSend a request through the proxy server. Note the `-p` (proxy tunnel) flag.\n\n    curl -px https://127.0.0.1:3128 https://www.google.com\n\nYou can start several proxy servers.\n\n    proxxy https://0.0.0.0:3128 socks5://127.0.0.1:1080\n\nFor more details please run:\n\n    proxxy --help\n\n## Logging\n\nExample output:\n\n    2020-12-23T20:39:59.300-07:00 127.0.0.1 43878 www.google.com 80 socks5 success 78\n    2020-12-23T20:42:07.560-07:00 127.0.0.1 43900 www.google.com 443 https success 844\n\nLog messages are printed to stdout in DSV format. Values are separated by space,\nand each row contains:\n\n1. Timestamp in ISO 8601\n1. Client address\n1. Client port\n1. Server address\n1. Server port\n1. Proxy type: https or socks5\n1. Status: success or failure\n1. Comment: number of proxied bytes if success or error message if failure\n\nThe `--quiet` option disables logging.\n\n## FAQ\n\n* Errno::EADDRNOTAVAIL (Cannot assign requested address - bind(2) for \"::1\" port 3000)\n\n  Make sure that IPv6 is enabled. To check if it's disabled, run:\n\n      sudo sysctl -a | grep disable_ipv6\n\n## Development\n\nPull requests are welcome!\n\nTo run tests, install `cutest` and execute:\n\n    cutest test/proxxy.rb\n\nTo run benchmark:\n\n    ./benchmark\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoylent%2Fproxxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoylent%2Fproxxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoylent%2Fproxxy/lists"}