simono41 / NordVPN_Get-WireGuard-Config

Get NordVPN WireGuard Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Links

Script is based on this gist and its comments

Docker image is based on this NordVPN support article

About

Get NordVPN WireGuard Config


Languages

Language:Shell 76.4%Language:Dockerfile 23.6%