{"id":21034394,"url":"https://github.com/zpoint/wireguard_socks5_docker","last_synced_at":"2025-10-07T09:31:39.719Z","repository":{"id":113778181,"uuid":"596463678","full_name":"zpoint/wireguard_socks5_docker","owner":"zpoint","description":"Create a wireguard docker container and socks5 the connection proxy to host","archived":false,"fork":false,"pushed_at":"2023-11-30T14:08:42.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T23:22:37.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zpoint.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}},"created_at":"2023-02-02T08:36:14.000Z","updated_at":"2024-05-30T08:08:28.000Z","dependencies_parsed_at":"2023-03-13T21:30:18.411Z","dependency_job_id":null,"html_url":"https://github.com/zpoint/wireguard_socks5_docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpoint%2Fwireguard_socks5_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpoint%2Fwireguard_socks5_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpoint%2Fwireguard_socks5_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpoint%2Fwireguard_socks5_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpoint","download_url":"https://codeload.github.com/zpoint/wireguard_socks5_docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235614116,"owners_count":19018400,"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-11-19T13:03:57.613Z","updated_at":"2025-10-07T09:31:34.408Z","avatar_url":"https://github.com/zpoint.png","language":"Shell","readme":"# Wireguard SOCKS5 Proxy\n\nHost \u003c-\u003e socks5 \u003c-\u003e Docker container \u003c-\u003e Wireguard\n\n---\n\n## Setup\n\nBuild the container\n\n\tbash ./build.sh\n\n## Usage\n\nPasted your `wg0.conf` config file in the `./config/wg0.conf`.\nConsult your vpn vendor for config file, mine is [PureVPN](https://support.purevpn.com/article-categories/getting-started/linux)\n\nStart the container and runs the server\n\n\tbash ./start.sh\n\nTest if it works on your **host** after starts the server\n\n\tbash ./test.sh\n\nStop the container and stop the server\n\n\tbash ./stop.sh\n\n---\n\n## Implementation\n\nThe container simply has an OpenVPN installation and a network interface `wg0` for it.\n\n[Dante SOCKS Server](https://www.inet.no/dante/) is used. It listens on `eth0` (the network from the host PC) and connects to this `wg0` network (the OpenVPN network).\n\n\n## Troubleshooting\n\n\nAttach to container\n\n    bash ./shell.sh\n\nCheck `danted`'s log\n\n    vim /var/log/danted/danted.log\n\nCheck if `wg0` in `ifconfig` list, if not, manually start wireguard\n\n    sudo wg-quick up wg0\n\nand stop \n\n    sudo wg-quick down wg0\n\nto see the error output\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpoint%2Fwireguard_socks5_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpoint%2Fwireguard_socks5_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpoint%2Fwireguard_socks5_docker/lists"}