{"id":23520243,"url":"https://github.com/bsdf/wgproxy","last_synced_at":"2026-01-24T19:53:10.726Z","repository":{"id":140904362,"uuid":"458961312","full_name":"bsdf/wgproxy","owner":"bsdf","description":"WIREGUARD XXX-POSED as a socks5 proxy in a docker container","archived":false,"fork":false,"pushed_at":"2022-02-15T20:30:41.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T02:10:30.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/bsdf.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":"2022-02-13T23:46:53.000Z","updated_at":"2022-02-15T17:56:22.000Z","dependencies_parsed_at":"2023-06-01T10:31:03.821Z","dependency_job_id":null,"html_url":"https://github.com/bsdf/wgproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsdf/wgproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Fwgproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Fwgproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Fwgproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Fwgproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsdf","download_url":"https://codeload.github.com/bsdf/wgproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Fwgproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28735404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: 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":[],"created_at":"2024-12-25T16:12:29.905Z","updated_at":"2026-01-24T19:53:10.710Z","avatar_url":"https://github.com/bsdf.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"wgproxy\n=======\n\nthis container exposes a wireguard connection through a socks5 proxy.\n[kizzx2/docker-wireguard-socks-proxy](https://github.com/kizzx2/docker-wireguard-socks-proxy)\nrebased onto\n[linuxserver/wireguard](https://github.com/linuxserver/docker-wireguard).\n\n## cli\n\n```sh\ndocker run -d --rm --name wgproxy \\\n    --cap-add NET_ADMIN \\\n    --cap-add SYS_MODULE \\\n    --sysctl net.ipv4.conf.all.src_valid_mark=1 \\\n    -v /lib/modules:/lib/modules \\\n    -v /etc/wireguard/my-wireguard-config.conf:/config/wg0.conf \\\n    -p 1080:1080 \\\n    ghcr.io/bsdf/wgproxy:latest\n```\n\n## swarm\n\n```yaml\nversion: \"3.3\"\n\nsecrets:\n  config:\n    file: /etc/wireguard/my-wireguard-config.conf\n\nservices:\n  app:\n    image: ghcr.io/bsdf/wgproxy:latest\n    ports:\n      - 1080:1080\n    cap_add:\n      - NET_ADMIN\n      - SYS_MODULE\n    sysctls:\n      - net.ipv4.conf.all.src_valid_mark=1\n    volumes:\n      - /lib/modules:/lib/modules\n    secrets:\n      - source: config\n        target: /config/wg0.conf\n    deploy:\n      placement:\n        constraints: [ node.hostname==raspberrypi ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdf%2Fwgproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsdf%2Fwgproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdf%2Fwgproxy/lists"}