No description
Find a file
lluked 3aa73f4ad7
Updates (#2)
* Update NordVPN version

* Update error handling
2023-12-17 13:06:32 +00:00
build Updates (#2) 2023-12-17 13:06:32 +00:00
output Initial commit 2023-12-15 21:30:50 +00:00
.env.example Initial commit 2023-12-15 21:30:50 +00:00
.gitattributes Add .gitattributes 2023-12-17 11:57:28 +00:00
.gitignore Updates (#2) 2023-12-17 13:06:32 +00:00
docker-compose.yml Initial commit 2023-12-15 21:30:50 +00:00
README.md Initial commit 2023-12-15 21:30:50 +00:00

Get NordVPN WireGuard Config

Use docker compose to construct wireguard config for NordVPN connections

Usage

  • Copy .env.example to .env cp .env.example .env
  • Update TOKEN variable within .env
  • API_QUERY for server has basic filters but can be changed as needed
  • DNS_SERVER is set to quad9 but can also be changed as needed
  • Start with compose docker-compose up -d
  • Config is available in output directory and container logs docker logs nordvpn_get_wireguard_config
  • Remove the container docker-compose down

Script is based on this gist and its comments

Docker image is based on this NordVPN support article