Skip to content

Instantly share code, notes, and snippets.

@maccyber
Last active October 21, 2018 18:53
Show Gist options
  • Save maccyber/077d1c92900fa513568196f584cc448e to your computer and use it in GitHub Desktop.
Save maccyber/077d1c92900fa513568196f584cc448e to your computer and use it in GitHub Desktop.
no-domains-zeit-nameserver.md

.no domains with zeit nameservers

Howto configure .no domains with zeit's nameservers on domeneshop.

One

now domains add example.no --force

Two

domeneshop.no -> Endre navnetjenere

Item Value
Navnetjener 1 a.zeit.world
Navnetjener 2 b.zeit.world
Navnetjener 3 c.zeit.world
Navnetjener 4 d.zeit.world
Navnetjener 5 e.zeit.world
Navnetjener 6
  • Bruk DNSSEC (Ingen DS-poster, klikk for å legge til)
  • Bruk Domeneshops navnetjenere
  • Sjekk at navnetjenerne er korrekt konfigurert (påkrevd for .no)

Three

Wait 4 hours+ then if dig returns zeit nameservers (your can check with watch -n60 dig @8.8.8.8 +short NS example.no)

now domains add example.no

@DanielJackson-Oslo
Copy link

In the end I got it to work as an external server using -e and adding a CNAME + TXT record, but that's not ideal. I'd much prefer having it set up like it seems you have.

@zrrrzzt
Copy link

zrrrzzt commented Oct 21, 2018

@DanielJackson-Oslo This guide works even if --force is no longer available.
I followed the steps and was able to move one of my *.no domains from external to native with now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment