KetchupBomb / ketchupbomb.github.io

Source for my online resume presence.
https://bradki.ng
Other
0 stars 0 forks source link

Leverage Cloudflare for DNS #9

Closed KetchupBomb closed 3 years ago

KetchupBomb commented 3 years ago

Move bradki.ng name servers to Cloudflare.

KetchupBomb commented 3 years ago

Updated NS records with Registrar (DomainKing), but it can take a while for that to reflect. Waiting until then.

Can check the status by querying DomainKing's name servers with what is the value of bradki.ng's configured name servers:

$ dig NS bradki.ng @ns1.dknoc.com +short
ns1.dknoc.com.
ns2.dknoc.com.
KetchupBomb commented 3 years ago

Can check the status by querying DomainKing's name servers with what is the value of bradki.ng's configured name servers...

Not quite. If you ask my Registrar, they'll say their name servers are still being used:

$ dig NS bradki.ng +short @ns1.dknoc.com
ns2.dknoc.com.
ns1.dknoc.com.

But if you ask Google (and others), it'll show that Cloudflare is being used:

$ dig NS bradki.ng +short @8.8.8.8
anuj.ns.cloudflare.com.
princess.ns.cloudflare.com.

Regardless, this is done. Further tweaking of Cloudflare will come later.