{"id":13340683,"url":"https://github.com/zbo14/wirevpn-client","last_synced_at":"2026-05-10T19:24:45.271Z","repository":{"id":94589149,"uuid":"241962681","full_name":"zbo14/wirevpn-client","owner":"zbo14","description":"Run a WireGuard VPN client on Ubuntu","archived":false,"fork":false,"pushed_at":"2020-02-20T19:03:12.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T14:27:36.462Z","etag":null,"topics":["bash","ubuntu","vpn","wireguard"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zbo14.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":"2020-02-20T18:44:20.000Z","updated_at":"2022-09-09T09:54:56.000Z","dependencies_parsed_at":"2023-05-29T04:45:57.936Z","dependency_job_id":null,"html_url":"https://github.com/zbo14/wirevpn-client","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/zbo14%2Fwirevpn-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fwirevpn-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fwirevpn-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fwirevpn-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbo14","download_url":"https://codeload.github.com/zbo14/wirevpn-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245659051,"owners_count":20651525,"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":["bash","ubuntu","vpn","wireguard"],"created_at":"2024-07-29T19:23:54.768Z","updated_at":"2026-05-10T19:24:40.245Z","avatar_url":"https://github.com/zbo14.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wirevpn-client\n\nSome scripts to run a WireGuard VPN client on Ubuntu.\n\n## Install\n\n`$ sh scripts/install.sh`\n\nThis script installs WireGuard and [resolvconf](http://manpages.ubuntu.com/manpages/trusty/man8/resolvconf.8.html) (required for using VPN DNS).\n\n## Setup\n\n```\n$ sh scripts/setup.sh \u003cgateway\u003e \u003cip\u003e \u003cpubkey\u003e\n\nArguments:\n  gateway  - the public IP address/hostname of the VPN server\n  ip       - the desired tunnel IP address for the client\n  pubkey   - the server's public key\n```\n\nThis script does the following:\n\n1. Generate public, private, and preshared keys and write them to `~/.wireguard`\n1. Encrypt the private and preshared keys with GPG keys of your choosing\n1. Write the WireGuard config and the server's public key to `/etc/wireguard`\n1. Write the client's public key and unencrypted preshared key to stdout\n\n## Start\n\n`$ sh scripts/start.sh`\n\nThis script does the following:\n\n1. Bring up the WireGuard interface\n1. Decrypt your private and preshared keys with the GPG keys you chose\n1. Set the private and preshared keys on the interface\n\n## Stop\n\n`$ sh scripts/stop.sh`\n\nBring down the WireGuard interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fwirevpn-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbo14%2Fwirevpn-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fwirevpn-client/lists"}