{"id":13582201,"url":"https://github.com/armon/go-socks5","last_synced_at":"2025-05-13T16:06:38.879Z","repository":{"id":13466747,"uuid":"16156622","full_name":"armon/go-socks5","owner":"armon","description":"SOCKS5 server in Golang","archived":false,"fork":false,"pushed_at":"2024-06-14T23:51:57.000Z","size":38,"stargazers_count":2003,"open_issues_count":29,"forks_count":542,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-04-22T06:26:32.954Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armon.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":"2014-01-22T23:49:51.000Z","updated_at":"2025-04-17T07:37:45.000Z","dependencies_parsed_at":"2024-04-24T05:58:03.575Z","dependency_job_id":"ece030fc-9d29-4a5b-8bf6-27781226ad32","html_url":"https://github.com/armon/go-socks5","commit_stats":{"total_commits":42,"total_committers":7,"mean_commits":6.0,"dds":0.3571428571428571,"last_synced_commit":"e75332964ef517daa070d7c38a9466a0d687e0a5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armon%2Fgo-socks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armon%2Fgo-socks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armon%2Fgo-socks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armon%2Fgo-socks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armon","download_url":"https://codeload.github.com/armon/go-socks5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513073,"owners_count":21443146,"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-08-01T15:02:29.382Z","updated_at":"2025-04-23T20:40:48.301Z","avatar_url":"https://github.com/armon.png","language":"Go","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","funding_links":[],"categories":["Go","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"57b8e953d394bbed52df2a6976d98dfa\"\u003e\u003c/a\u003eSocks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmon%2Fgo-socks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmon%2Fgo-socks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmon%2Fgo-socks5/lists"}