tools.dns.public: Add cloudflare dns

master
Doug Coleman 2020-06-23 18:20:39 -05:00
parent b6373caa4f
commit be6d8cae27
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ CONSTANT: verizon-dns-servers {
"4.2.2.6" "4.2.2.6"
} }
: verizon-host ( domain -- ) [ verizon-dns-servers ] dip dns-host ; : verizon-host ( domain -- ) [ verizon-dns-servers ] dip dns-host ;
CONSTANT: cloudflare-dns-servers { "1.1.1.1" }
: cloudflare-host ( domain -- ) [ cloudflare-dns-servers ] dip dns-host ;