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