Skip to content

Course material used at the Cyber Security Workshop DNS Focused in Bangkok 8-9 May 2019

Notifications You must be signed in to change notification settings

NLnetLabs/CSWDNS

Repository files navigation

tl;dr

  1. Create a Digital Ocean account
  2. Create an API token at https://cloud.digitalocean.com/account/api/tokens
  3. Download terraform from https://www.terraform.io/downloads.html
  4. Git clone this repo
  5. Copy terraform.tfvars.example to terraform.tfvars and edit to match your needs.
  6. Deploy:
$ export DIGITALOCEAN_TOKEN=xxxx
$ terraform init   # only needs to be done once
$ terraform apply
  1. Wait for deployment to complete...
...
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

fqdns = [
    lab-0.do.dns-school.org,
    lab-1.do.dns-school.org
]
ip_addresses = [
    159.65.200.194,
    167.99.223.12
]

About

Course material used at the Cyber Security Workshop DNS Focused in Bangkok 8-9 May 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published