Add DNS over TLS.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# MANUAL: I had to run `sudo service local_unbound setup`
|
||||
- name: Install configuration
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
@@ -35,3 +36,13 @@
|
||||
# - name: net.inet6.ip6.use_tempaddr # Enable privacy addresses
|
||||
# value: "1"
|
||||
# - name: net.inet6.ip6.prefer_tempaddr # Prefer privacy addresses
|
||||
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- local_unbound
|
||||
|
||||
Reference in New Issue
Block a user