mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- name: systemd-networkd enabled and started
|
- name: systemd services enabled and started
|
||||||
systemd:
|
systemd:
|
||||||
name: systemd-networkd
|
name: "{{ item }}"
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
with_items:
|
||||||
|
- systemd-networkd
|
||||||
|
- systemd-resolved
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ tls_cipher_suite = [49195]
|
||||||
## People in China may need to use 114.114.114.114:53 here.
|
## 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.
|
## 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
|
## Never try to use the system DNS settings; unconditionally use the
|
||||||
|
|
Loading…
Add table
Reference in a new issue