{"id":36726601,"url":"https://github.com/nikandfor/socks5","last_synced_at":"2026-01-12T12:02:17.628Z","repository":{"id":57706818,"uuid":"502271297","full_name":"nikandfor/socks5","owner":"nikandfor","description":"socks5 proxy (client+server). Low-level, efficient, and extensible implementation.","archived":false,"fork":false,"pushed_at":"2025-02-16T17:11:05.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T21:05:25.282Z","etag":null,"topics":["client","go","golang","proxy","server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nikandfor.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":"2022-06-11T06:38:47.000Z","updated_at":"2025-03-05T20:33:39.000Z","dependencies_parsed_at":"2025-02-16T17:43:21.257Z","dependency_job_id":null,"html_url":"https://github.com/nikandfor/socks5","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"af9f99b46623bcb1d4dd94b002b13d2bb13d042b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nikandfor/socks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikandfor%2Fsocks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikandfor%2Fsocks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikandfor%2Fsocks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikandfor%2Fsocks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikandfor","download_url":"https://codeload.github.com/nikandfor/socks5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikandfor%2Fsocks5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["client","go","golang","proxy","server"],"created_at":"2026-01-12T12:02:17.532Z","updated_at":"2026-01-12T12:02:17.611Z","avatar_url":"https://github.com/nikandfor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Documentation](https://pkg.go.dev/badge/github.com/nikandfor/socks5)](https://pkg.go.dev/github.com/nikandfor/socks5?tab=doc)\n[![Go workflow](https://github.com/nikandfor/socks5/actions/workflows/go.yml/badge.svg)](https://github.com/nikandfor/socks5/actions/workflows/go.yml)\n[![CircleCI](https://circleci.com/gh/nikandfor/socks5.svg?style=svg)](https://circleci.com/gh/nikandfor/socks5)\n[![codecov](https://codecov.io/gh/nikandfor/socks5/branch/master/graph/badge.svg)](https://codecov.io/gh/nikandfor/socks5)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nikandfor/socks5)](https://goreportcard.com/report/github.com/nikandfor/socks5)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/nikandfor/socks5?sort=semver)\n\n# socks5\n\nThis is a library designed for performant multiproxy implementations. This means\n* Efficient code\n* Low-level API\n* Stateless objects\n* Both client and server is implemented\n\n# Example\n\nThere is a [cmd/socks5/main.go](cmd/socks5/main.go) which can be treated as an example. It can also be used as a command.\n\n```\ngo install nikand.dev/go/socks5/cmd/socks5@latest # install\n\nsocks5 server -l :1080 -auth user:pass,user2:pass # auth is optional, without it none auth is used\n```\n\n## Benchmarks\n\nGenerated on Apple Macbook Air M1\n\n```\ngoos: darwin\ngoarch: arm64\npkg: nikand.dev/go/socks5\nBenchmarkServerHandshake-8        \t36790387\t        32.39 ns/op\t       0 B/op\t       0 allocs/op\nBenchmarkClientHandshake-8        \t56295850\t        21.05 ns/op\t       0 B/op\t       0 allocs/op\nBenchmarkWriteRequest-8           \t37399100\t        32.51 ns/op\t       0 B/op\t       0 allocs/op\nBenchmarkReadRequestName-8        \t16392350\t        71.46 ns/op\t      32 B/op\t       2 allocs/op\nBenchmarkReadRequestIP16-8        \t22964949\t        53.26 ns/op\t      64 B/op\t       1 allocs/op\nBenchmarkReadRequestNetipIP16-8   \t23116654\t        51.40 ns/op\t      32 B/op\t       1 allocs/op\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikandfor%2Fsocks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikandfor%2Fsocks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikandfor%2Fsocks5/lists"}