{"id":13638561,"url":"https://github.com/finzzz/wgzero","last_synced_at":"2025-04-19T18:30:46.894Z","repository":{"id":52828696,"uuid":"348013273","full_name":"finzzz/wgzero","owner":"finzzz","description":"Zero overhead wireguard setup","archived":true,"fork":false,"pushed_at":"2022-02-15T12:16:47.000Z","size":790,"stargazers_count":51,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-09T08:40:01.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/finzzz.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}},"created_at":"2021-03-15T14:59:55.000Z","updated_at":"2024-10-29T20:58:05.000Z","dependencies_parsed_at":"2022-08-17T15:35:34.067Z","dependency_job_id":null,"html_url":"https://github.com/finzzz/wgzero","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finzzz%2Fwgzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finzzz%2Fwgzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finzzz%2Fwgzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finzzz%2Fwgzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finzzz","download_url":"https://codeload.github.com/finzzz/wgzero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249764719,"owners_count":21322288,"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-08-02T01:00:48.794Z","updated_at":"2025-04-19T18:30:46.636Z","avatar_url":"https://github.com/finzzz.png","language":"Shell","funding_links":[],"categories":["Projects"],"sub_categories":["Tools"],"readme":"# WGZero\nCLI based wireguard server manager. Tested on Debian Bullseye.\n\n## Features\n- Plain IPv4 installation\n- Multi interfaces support\n- IPv6\n  - NAT\n  - Full routing\n- Import \u0026 uninstall\n- Easy backup\n\n## Requirements\n### Packages\n[wireguard](https://www.wireguard.com/install/) curl qrencode iptables jq bsdmainutils\n\n### IPv6\nIf you need IPv6, please make sure you can access internet using ipv6 before proceeding.\n\nThere are 2 types of connection:\n#### NAT\n- Internal IPv6 communication uses ULA (Unique Local Address).\n- Prioritize on using public IPv6 (shared with all clients) and fallback to IPv4 when not available.\n\u003cdetails\u003e\n  \u003csummary\u003esee image\u003c/summary\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/finzzz/wgzero/master/static/nat.jpg\" width=\"500\" height=\"300\"\u003e\n\u003c/details\u003e\n\n#### Full Routing\n- Assign unique public IPv6 to each clients.\n- You need to have an IPv6 address and a block of /64 IPv6 addresses.\n  - IPv6 address should be assigned to main interface and /64 is reserved for wireguard\n  - If you only get /64 from VPS provider, you need to split it into smaller blocks and install ndppd (see [example](docs/fr.md))\n  - If you don't have it, you can get free IPv6 from [Tunnelbroker](https://tunnelbroker.net/) (see [example](docs/tunnelbroker.md))\n\u003cdetails\u003e\n  \u003csummary\u003esee image\u003c/summary\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/finzzz/wgzero/master/static/fr.jpg\" width=\"500\" height=\"275\"\u003e\n\u003c/details\u003e\n\n## Installation\n```bash\ncurl -o /usr/local/bin/wgzero https://raw.githubusercontent.com/finzzz/wgzero/master/wgzero\nchmod +x /usr/local/bin/wgzero\nwgzero install\n```\n\n### Example Installation\n- [Plain IPv4](docs/v4.md)\n- [NAT](docs/nat.md)\n- Full Routing\n  - [only has /64 block](docs/fr.md)\n  - [Tunnerbroker](docs/tunnelbroker.md)\n\n## Backup and restore\nBackup is simple, just save `/etc/wireguard/\u003cinterface name\u003e.conf`. All of the data including clients are stored in that file.\nTo restore, simply run `wgzero import \u003cinterface name\u003e.conf` on new host.\n\n## Other Commands\n```\nwgzero install\nwgzero uninstall \u003cwg_interface\u003e\nwgzero import wg0.conf\n\n# default wg0\nwgzero list \u003cwg_interface\u003e\nwgzero show clientname \u003cwg_interface\u003e \nwgzero qr clientname \u003cwg_interface\u003e \nwgzero enable clientname \u003cwg_interface\u003e\nwgzero disable clientname \u003cwg_interface\u003e \nwgzero del clientname \u003cwg_interface\u003e\n```\n\n## [FAQ and Troubleshooting](docs/faq.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinzzz%2Fwgzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinzzz%2Fwgzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinzzz%2Fwgzero/lists"}