Go to file
Héctor Molinero Fernández 3c5f8fa713 "%i-iface" -> "default-iface"
2020-03-02 20:51:38 +01:00
.vscode First commit 2020-01-26 11:59:13 +01:00
packer "%i-iface" -> "default-iface" 2020-03-02 20:51:38 +01:00
terraform Refactor 2020-01-30 21:33:16 +01:00
LICENSE.md First commit 2020-01-26 11:59:13 +01:00
README.md Updated readme 2020-02-06 19:55:42 +01:00

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