mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 12:03:38 +02:00
Update config.cfg
Use Cloudflare's new privacy focused DNS resolver by default. According to DNSPerf, it's the fastest public resolver in the world right now too. (https://www.dnsperf.com/#!dns-resolvers)
This commit is contained in:
parent
7c087aeed9
commit
3cbfd346e5
1 changed files with 4 additions and 4 deletions
|
@ -31,11 +31,11 @@ adblock_lists:
|
||||||
|
|
||||||
dns_servers:
|
dns_servers:
|
||||||
ipv4:
|
ipv4:
|
||||||
- 8.8.8.8
|
- 1.1.1.1
|
||||||
- 8.8.4.4
|
- 1.0.0.1
|
||||||
ipv6:
|
ipv6:
|
||||||
- 2001:4860:4860::8888
|
- 2606:4700:4700::1111
|
||||||
- 2001:4860:4860::8844
|
- 2606:4700:4700::1001
|
||||||
|
|
||||||
# IP address for the local dns resolver
|
# IP address for the local dns resolver
|
||||||
local_service_ip: 172.16.0.1
|
local_service_ip: 172.16.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue