{"id":36577684,"url":"https://github.com/foi/go-socks5-server","last_synced_at":"2026-01-12T07:38:00.307Z","repository":{"id":57634049,"uuid":"129402514","full_name":"foi/go-socks5-server","owner":"foi","description":" primitive but modern socks5-server with auth","archived":false,"fork":false,"pushed_at":"2025-03-22T19:13:13.000Z","size":33,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T19:18:39.111Z","etag":null,"topics":["go","socks5-proxy"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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":"2018-04-13T12:57:18.000Z","updated_at":"2025-03-22T19:13:16.000Z","dependencies_parsed_at":"2022-09-17T04:30:18.109Z","dependency_job_id":null,"html_url":"https://github.com/foi/go-socks5-server","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/foi/go-socks5-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foi%2Fgo-socks5-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foi%2Fgo-socks5-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foi%2Fgo-socks5-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foi%2Fgo-socks5-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foi","download_url":"https://codeload.github.com/foi/go-socks5-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foi%2Fgo-socks5-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","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":["go","socks5-proxy"],"created_at":"2026-01-12T07:38:00.233Z","updated_at":"2026-01-12T07:38:00.293Z","avatar_url":"https://github.com/foi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go socks5 server\n\nPrimitive but modern.\n\nAuthorization via config (/etc/go-socks5-server.config.json), not via linux PAM.\n\nSocks5 proxy server written on Go (based on: https://github.com/armon/go-socks5)\n\n## how to install\n\n### Debian 9+/Ubuntu 16.04+\n\n```\ncd /tmp\nwget https://github.com/foi/go-socks5-server/releases/download/v1.2.1/go-socks5-server_1.2.1-1_amd64.deb\nsudo dpkg -i go-socks5-server_1.2.1-1_amd64.deb\n# edit config\n# sudo nano /etc/go-socks5-server.config.json\nsudo systemctl daemon-reload\nsudo systemctl start go-socks5-server\nsudo systemctl enable go-socks5-server\n# open port in firewall\nsudo ufw allow 22\nsudo ufw allow YOUR_CONFIGURED_GO_SOCKS5_SERVER_PORT\nsudo ufw disable \u0026\u0026 sudo ufw enable\n```\n### Centos 7/Fedora\n\n```\ncd /tmp\ncurl -L -O https://github.com/foi/go-socks5-server/releases/download/v1.2.1/go-socks5-server-1.2.1-1.x86_64.rpm\nyum install -y go-socks5-server-1.2.1-1.x86_64.rpm\n# edit config\n# sudo nano /etc/go-socks5-server.config.json\nsudo systemctl daemon-reload\nsudo systemctl start go-socks5-server\nsudo systemctl enable go-socks5-server\n# open port in firewall\nsudo firewall-cmd --permanent --add-port=YOUR_CONFIGURED_GO_SOCKS5_SERVER_PORT/tcp\nsudo firewall-cmd --reload\n```\n\n### Arch linux/Manjaro\n\n```\nyaourt go-socks5-server-bin\n# edit config\n# sudo nano /etc/go-socks5-server.config.json\nsudo systemctl daemon-reload\nsudo systemctl restart go-socks5-server\nsudo systemctl enable go-socks5-server\n# open port in firewall\n```\n\n### How to check go socks5 server\n\n`curl -x socks5://username:password@address:1080 https://web.telegram.org`\n\n### Do not forget to change the config in /etc/go-socks5-server.config.json and restart service\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoi%2Fgo-socks5-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoi%2Fgo-socks5-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoi%2Fgo-socks5-server/lists"}