mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-23 01:27:14 +02:00
Move DNSCrypt proxy fallback_resolver to systemd resolved (#1011)
This commit is contained in:
parent
2931227db4
commit
b061df6631
2 changed files with 6 additions and 3 deletions
|
@ -57,12 +57,15 @@
|
|||
tags:
|
||||
- always
|
||||
|
||||
- name: systemd-networkd enabled and started
|
||||
- name: systemd services enabled and started
|
||||
systemd:
|
||||
name: systemd-networkd
|
||||
name: "{{ item }}"
|
||||
state: started
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
with_items:
|
||||
- systemd-networkd
|
||||
- systemd-resolved
|
||||
tags:
|
||||
- always
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@ tls_cipher_suite = [49195]
|
|||
## People in China may need to use 114.114.114.114:53 here.
|
||||
## Other popular options include 8.8.8.8 and 1.1.1.1.
|
||||
|
||||
fallback_resolver = '1.1.1.1:53'
|
||||
fallback_resolver = '127.0.0.53:53'
|
||||
|
||||
|
||||
## Never try to use the system DNS settings; unconditionally use the
|
||||
|
|
Loading…
Add table
Reference in a new issue