{"id":37851664,"url":"https://github.com/blocky/socksproxy","last_synced_at":"2026-01-16T16:13:52.091Z","repository":{"id":168458555,"uuid":"598208677","full_name":"blocky/socksproxy","owner":"blocky","description":"A Socks proxy server that when used in conjunction with a vi proxy grants a Nitro enclave network access","archived":false,"fork":false,"pushed_at":"2024-03-28T19:12:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T21:55:38.616Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blocky.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":"2023-02-06T16:22:03.000Z","updated_at":"2023-03-09T21:48:53.000Z","dependencies_parsed_at":"2024-03-28T19:55:23.533Z","dependency_job_id":"50201806-2736-43e2-bb3f-6c3f65d587e1","html_url":"https://github.com/blocky/socksproxy","commit_stats":null,"previous_names":["blocky/socksproxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blocky/socksproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocky%2Fsocksproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocky%2Fsocksproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocky%2Fsocksproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocky%2Fsocksproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocky","download_url":"https://codeload.github.com/blocky/socksproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocky%2Fsocksproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-16T16:13:50.583Z","updated_at":"2026-01-16T16:13:52.080Z","avatar_url":"https://github.com/blocky.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOCKS Proxy\n\nA SOCKS5 server that, when used in conjunction with a\n[viproxy](https://github.com/blocky/viproxy), grants networking capabilities to\na program running in a Nitro Server.\n\nThe current iteration, however, is coded to either just allow connections to\n[Let's Encrypt](https://letsencrypt.org/) for the purpose of getting\nself-signed certificates, or it allows all outgoing HTTP connections.\n\n## Usage\n\nThe easy way to set up development is to run the server in verbose mode:\n\n    go run main.go --verbose\n\nThis will start a SOCKS5 proxy on the default port `:1080`.  From a different\nshell, you can use curl to make a request though the proxy with the following\ncommand:\n\n    curl --socks5-hostname localhost:1080 https://acme-v02.api.letsencrypt.org\n\nThis command should succeed and return a website.\n\nNext, we can try to make a request that should be blocked:\n\n\tcurl --socks5-hostname localhost:1080 https://example.com\n\nThis command should fail with some message such as:\n\n    curl: (97) Can't complete SOCKS5 connection to example.com. (2)\n\nNext, let's set up our proxy so that it allows all requests\n\n    go run main.go --verbose --fqdn-allow-all\n\nNow, try again, both `curl` requests should now succeed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocky%2Fsocksproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocky%2Fsocksproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocky%2Fsocksproxy/lists"}