{"id":20596827,"url":"https://github.com/alexander-akhmetov/tproxy","last_synced_at":"2026-04-16T21:32:42.875Z","repository":{"id":70450594,"uuid":"129939000","full_name":"alexander-akhmetov/tproxy","owner":"alexander-akhmetov","description":"Simple SOCKS5 proxy for the Telegram","archived":false,"fork":false,"pushed_at":"2018-04-23T17:10:42.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T00:52:45.568Z","etag":null,"topics":["proxy","socks5","telegram"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexander-akhmetov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-17T17:08:18.000Z","updated_at":"2019-01-27T18:15:56.000Z","dependencies_parsed_at":"2023-03-01T19:01:18.792Z","dependency_job_id":null,"html_url":"https://github.com/alexander-akhmetov/tproxy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Ftproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Ftproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Ftproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-akhmetov%2Ftproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexander-akhmetov","download_url":"https://codeload.github.com/alexander-akhmetov/tproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242231441,"owners_count":20093636,"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":["proxy","socks5","telegram"],"created_at":"2024-11-16T08:18:56.754Z","updated_at":"2026-04-16T21:32:37.851Z","avatar_url":"https://github.com/alexander-akhmetov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tproxy\n\nSimple SOCKS5 proxy with user-password authentication.\n\n[Docker Hub](https://hub.docker.com/r/akhmetov/tproxy/)\n\n## Start\n\nTo start just run:\n\n```sh\ndocker run --rm \\\n           --name socks5 \\\n           -p 0.0.0.0:1080:1080 \\\n           -e SOCKS5_LISTEN=0.0.0.0:1080 \\\n           -e SOCKS5_USERNAME=user_1 \\\n           -e SOCKS5_PASSWORD=pass_1 \\\n           akhmetov/tproxy\n```\n\nDo not forget to allow this port (`1080`) in your providers firewall.\n\n## Build docker container\n\nTo build a container and start:\n\n```sh\nmake build-docker\n\ndocker run --rm \\\n           --name socks5 \\\n           -p 0.0.0.0:1080:1080 \\\n           -e SOCKS5_LISTEN=0.0.0.0:1080 \\\n           -e SOCKS5_USERNAME=user_1 \\\n           -e SOCKS5_PASSWORD=pass_1 \\\n           socks5\n```\n\nAnd now you can connect to `127.0.0.1:1080` with `user_1:pass_1`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-akhmetov%2Ftproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexander-akhmetov%2Ftproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-akhmetov%2Ftproxy/lists"}