{"id":15451811,"url":"https://github.com/willscott/onionproxy","last_synced_at":"2025-05-06T23:17:57.239Z","repository":{"id":57597192,"uuid":"62357327","full_name":"willscott/onionproxy","owner":"willscott","description":"A proxy for allowing a public IP address to host a service actually provided by a hidden backend.","archived":false,"fork":false,"pushed_at":"2016-07-12T16:03:25.000Z","size":18,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T23:17:48.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/willscott.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":"2016-07-01T02:50:08.000Z","updated_at":"2024-06-21T18:13:25.000Z","dependencies_parsed_at":"2022-08-24T21:41:22.385Z","dependency_job_id":null,"html_url":"https://github.com/willscott/onionproxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fonionproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fonionproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fonionproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fonionproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willscott","download_url":"https://codeload.github.com/willscott/onionproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782835,"owners_count":21803410,"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":[],"created_at":"2024-10-01T21:39:48.585Z","updated_at":"2025-05-06T23:17:57.217Z","avatar_url":"https://github.com/willscott.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Onion Proxy\n-----------\n\nThis is a small go module acting as a relay between for TCP connections that\nshould be forwarded to a listening Onion service on the Tor network.\n\nIt optionally speaks the [PROXY](http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt)\nprotocol to forward client addresses to the backing service.\n\nConfiguration\n=====\n\nAn instance of the proxy is parameterized by the following options:\n\n* ```-l localhost:9999``` Where the proxy listens.\n* ```-t=false``` Disable use of tor for backend socket resolution.\n* ```-r sixteencharacter.onion:80``` Where the proxy forwards.\n* ```-s /var/run/tor/control``` Where the tor control channel is.\n* ```-c passwordauth``` The tor auth password, if using password auth.\n* ```-p``` include a PROXY header on forwarded streams.\n\nUsage\n=====\n\nInstall `onionproxy` via the go command line:\n\n```go\ngo install github.com/willscott/onionproxy\n```\n\nThen add it as a daemon in your startup script, run it locally, or otherwise\ninvoke it.\n\n```bash\nonionproxy -l 0.0.0.0:80 -r sixteencharacter.onion:80 \u0026\nonionproxy -l 0.0.0.0:25 -r sixteencharacter.onion:25 -p \u0026\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fonionproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillscott%2Fonionproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fonionproxy/lists"}