Go to file
Héctor Molinero Fernández 2b83b7b75c Updated udptunnel
2021-03-28 17:47:40 +02:00
.vscode First commit 2020-01-26 11:59:13 +01:00
packer Updated udptunnel 2021-03-28 17:47:40 +02:00
terraform Created variables file for Packer 2020-06-14 21:25:25 +02:00
LICENSE.md Updated license year 2021-01-15 19:49:36 +01:00
README.md Added Makefile 2020-09-29 23:02:32 +02:00

WireGuard + Unbound

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

Deployment instructions

  1. Copy ./packer/packer.auto.pkrvars.hcl.sample file to ./packer/packer.auto.pkrvars.hcl and fill it with the appropriate values.

  2. Build the server image with Packer.

cd ./packer/
packer build -only=hcloud.main ./
  1. Copy ./terraform/terraform.tfvars.sample file to ./terraform/terraform.tfvars and fill it with the appropriate values.

  2. Deploy the server image with Terraform.

cd ./terraform/
terraform init
terraform apply