thecomputerguy
Well-Known Member
- Reaction score
- 1,441
What does everyone think of this? I'm testing it out in a real life scenario at my house on a 100/25 connection.
That's true of any of the free DNS services, OpenDNS or Google.spamvertisement. The point is to harvest data for their customers. Cloudflare is not a welfare agency.
Probably your geographical location, or your ISP's routing policy. What do you get with a dig request?... confirmed that it does increase ping times substantially ...
I share your cynical mindThe point is to harvest data for their customers. Cloudflare is not a welfare agency.
There's no point doing a DNS lookup on an IP address!Dig results for 1.1.1.1 and Quad 9
dig @1.1.1.1 www.barcelonacomputers.com.au
dig @9.9.9.9 www.barcelonacomputers.com.au
dig @1.1.1.1 google.com
dig @9.9.9.9 google.com
dig @1.1.1.1 www.barcelonacomputers.com.au
;; Query time: 53 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Thu Apr 26 09:56:35 CEST 2018
;; MSG SIZE rcvd: 88
dig @1.1.1.1 www.barcelonacomputers.com.au
;; Query time: 15 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Thu Apr 26 09:56:46 CEST 2018
;; MSG SIZE rcvd: 88
dig @9.9.9.9 www.barcelonacomputers.com.au
;; Query time: 284 msec
;; SERVER: 9.9.9.9#53(9.9.9.9)
;; WHEN: Thu Apr 26 09:58:48 CEST 2018
;; MSG SIZE rcvd: 88
dig @9.9.9.9 www.barcelonacomputers.com.au
;; Query time: 21 msec
;; SERVER: 9.9.9.9#53(9.9.9.9)
;; WHEN: Thu Apr 26 10:00:37 CEST 2018
;; MSG SIZE rcvd: 88
I share your cynical mindand while I agree that Cloudflare is primarily a commercial operation, their 1.1.1.1 privacy policy looks okay, at least to this layman's eye. There's no denying that Cloudflare's commercial operation benefits from a fast and reliable DNS service, as well as helping them steer CDN resources to where they are most effective.
$ dig @1.1.1.1 google.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @1.1.1.1 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53758
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1536
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 39 IN A 216.58.203.110
;; Query time: 54 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Apr 27 15:33:15 ACST 2018
;; MSG SIZE rcvd: 55
$ dig @9.9.9.9 google.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @9.9.9.9 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2946
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 93 IN A 172.217.25.174
;; Query time: 38 msec
;; SERVER: 9.9.9.9#53(9.9.9.9)
;; WHEN: Fri Apr 27 15:34:47 ACST 2018
;; MSG SIZE rcvd: 55
$ dig @9.9.9.9 store.steampowered.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @9.9.9.9 store.steampowered.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25640
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;store.steampowered.com. IN A
;; ANSWER SECTION:
store.steampowered.com. 20 IN A 23.77.132.171
;; Query time: 231 msec
;; SERVER: 9.9.9.9#53(9.9.9.9)
;; WHEN: Fri Apr 27 15:36:02 ACST 2018
;; MSG SIZE rcvd: 67
$ dig @1.1.1.1 store.steampowered.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @1.1.1.1 store.steampowered.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53562
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1536
;; QUESTION SECTION:
;store.steampowered.com. IN A
;; ANSWER SECTION:
store.steampowered.com. 12 IN A 23.77.132.171
;; Query time: 45 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Apr 27 15:36:44 ACST 2018
;; MSG SIZE rcvd: 67