feat: moved nameservers to hetzner

main
Ricard Illa 2023-05-25 14:46:49 +02:00
parent 54838d400c
commit 36981bd7cf
1 changed files with 11 additions and 5 deletions

16
main.tf
View File

@ -33,12 +33,18 @@ provider "vultr" {
module "dns" {
source = "./modules/dns"
#nameservers = [
# "ns1.linode.com",
# "ns2.linode.com",
# "ns3.linode.com",
# "ns4.linode.com",
# "ns5.linode.com"
#]
nameservers = [
"ns1.linode.com",
"ns2.linode.com",
"ns3.linode.com",
"ns4.linode.com",
"ns5.linode.com"
"hydrogen.ns.hetzner.com",
"oxygen.ns.hetzner.com",
"helium.ns.hetzner.de"
]
domain = "monotremata.xyz"