{"id":52680,"library":"socks","title":"SOCKS","description":"Package socks implements a SOCKS (SOCKS4, SOCKS4A and SOCKS5) proxy client for Go.","status":"active","version":"1.0.3","language":"go","source_language":null,"source_url":"https://github.com/h12w/socks","tags":["socks","proxy","network","tunnel"],"install":[{"cmd":"go get h12.io/socks","lang":"bash","label":"Install h12.io/socks"}],"dependencies":[],"imports":[{"symbol":"socks","correct":"h12.io/socks"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"h12.io/socks\"\n)\n\nfunc main() {\n\tdialer := socks.Dial(\"socks5://127.0.0.1:1080\")\n\tconn, err := dialer(\"tcp\", \"example.com:80\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(conn)\n}","lang":"go","description":"Dial a TCP connection through a SOCKS5 proxy."},"warnings":[],"env_vars":null,"search_vec":"'client':12 'go':14 'implement':4 'network':17 'packag':2 'proxi':11,16 'sock':1,3,6,15 'socks4':7 'socks4a':8 'socks5':10 'tunnel':18","created_at":"2026-06-15T07:06:58.785813+00:00","updated_at":"2026-06-15T07:06:58.785813+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/h12w/socks","github":"https://github.com/h12w/socks","docs":"https://pkg.go.dev/h12.io/socks#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}