mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-13 10:34:29 +05:00
Update hirkn.yml
This commit is contained in:
@@ -134,6 +134,13 @@
|
||||
priority: 100
|
||||
lookup: vpn
|
||||
|
||||
- name: set disable dns for wan
|
||||
uci:
|
||||
command: set
|
||||
key: network.wan
|
||||
value:
|
||||
peerdns: 0
|
||||
|
||||
- name: uci commit
|
||||
uci:
|
||||
command: commit
|
||||
@@ -233,9 +240,7 @@
|
||||
with_items:
|
||||
- " list server '127.0.0.1#5353'"
|
||||
- " list server '/pool.ntp.org/208.67.222.222'"
|
||||
- " list server '/antifilter.download/208.67.222.222'"
|
||||
- " option noresolv '1'"
|
||||
|
||||
|
||||
- name: enable and start dnscrypt-proxy
|
||||
service:
|
||||
name: dnscrypt-proxy
|
||||
|
||||
Reference in New Issue
Block a user