{"id":37141222,"url":"https://github.com/howmp/go-socks5","last_synced_at":"2026-01-14T16:33:54.952Z","repository":{"id":61623343,"uuid":"535899062","full_name":"howmp/go-socks5","owner":"howmp","description":"SOCKS5 server in Golang","archived":false,"fork":true,"pushed_at":"2022-09-13T00:37:15.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-06-20T05:10:00.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"armon/go-socks5","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howmp.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":"2022-09-13T00:31:40.000Z","updated_at":"2022-09-13T00:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/howmp/go-socks5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/howmp/go-socks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howmp%2Fgo-socks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howmp%2Fgo-socks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howmp%2Fgo-socks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howmp%2Fgo-socks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howmp","download_url":"https://codeload.github.com/howmp/go-socks5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howmp%2Fgo-socks5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28426074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:32:27.303Z","status":"ssl_error","status_checked_at":"2026-01-14T16:28:36.419Z","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-14T16:33:54.362Z","updated_at":"2026-01-14T16:33:54.947Z","avatar_url":"https://github.com/howmp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-socks5 [![Build Status](https://travis-ci.org/armon/go-socks5.png)](https://travis-ci.org/armon/go-socks5)\n=========\n\nProvides the `socks5` package that implements a [SOCKS5 server](http://en.wikipedia.org/wiki/SOCKS).\nSOCKS (Secure Sockets) is used to route traffic between a client and server through\nan intermediate proxy layer. This can be used to bypass firewalls or NATs.\n\nFeature\n=======\n\nThe package has the following features:\n* \"No Auth\" mode\n* User/Password authentication\n* Support for the CONNECT command\n* Rules to do granular filtering of commands\n* Custom DNS resolution\n* Unit tests\n\nTODO\n====\n\nThe package still needs the following:\n* Support for the BIND command\n* Support for the ASSOCIATE command\n\n\nExample\n=======\n\nBelow is a simple example of usage\n\n```go\n// Create a SOCKS5 server\nconf := \u0026socks5.Config{}\nserver, err := socks5.New(conf)\nif err != nil {\n  panic(err)\n}\n\n// Create SOCKS5 proxy on localhost port 8000\nif err := server.ListenAndServe(\"tcp\", \"127.0.0.1:8000\"); err != nil {\n  panic(err)\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowmp%2Fgo-socks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowmp%2Fgo-socks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowmp%2Fgo-socks5/lists"}