493 B
493 B
WireGuard + Unbound
WireGuard and Unbound setup with Packer and Terraform ready for deployment in Hetzner Cloud.
Deployment instructions
- Build the server image with Packer.
cd ./packer/
export HCLOUD_TOKEN=XXXX
packer build ./
- Deploy the server image with Terraform.
cd ./terraform/
terraform init
terraform apply