2020-08-03 19:25:51 +02:00
|
|
|
---
|
|
|
|
- name: restart nsd
|
|
|
|
systemd:
|
|
|
|
name: nsd.service
|
|
|
|
state: restarted
|
2020-11-04 01:10:54 +01:00
|
|
|
listen: restart dns
|
2020-08-03 19:25:51 +02:00
|
|
|
|
|
|
|
- name: restart unbound
|
|
|
|
systemd:
|
|
|
|
name: unbound.service
|
|
|
|
state: restarted
|
2020-11-04 01:10:54 +01:00
|
|
|
listen: restart dns
|
2020-08-03 19:25:51 +02:00
|
|
|
|
|
|
|
- name: restart wireguard
|
|
|
|
systemd:
|
|
|
|
name: wg-quick@dns.service
|
|
|
|
state: restarted
|