wireguard-setup/README.md
Héctor Molinero Fernández 05724647e7 Updated readme
2020-02-06 19:55:42 +01:00

493 B

WireGuard + Unbound

WireGuard and Unbound setup with Packer and Terraform ready for deployment in Hetzner Cloud.

Deployment instructions

  1. Build the server image with Packer.
cd ./packer/
export HCLOUD_TOKEN=XXXX
packer build ./
  1. Deploy the server image with Terraform.
cd ./terraform/
terraform init
terraform apply