Use CoreDNS to do recursive CNAME aliasing for AGH

This commit is contained in:
Jake Howard
2024-01-02 17:48:47 +00:00
parent 3ed7074af6
commit f5154d1683
4 changed files with 57 additions and 3 deletions

View File

@ -2,4 +2,12 @@
service:
name: adguardhome
state: restarted
enabled: true
become: true
- name: restart coredns
service:
name: coredns
state: restarted
enabled: true
become: true