From 88756850d1a5cb28b897bdcc9337fcb6977aad0b Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sun, 31 Mar 2019 19:45:52 +0200 Subject: space_server: named: use named instead of unbound This reverts commit 3b795796bd03488a385f3ad42b10b8c0d61282c1, "space_server: unbound: use unbound instad of bind". Unlike unbound, bind supports synthesizing DNS64 answers only for certain clients, so only requests from the Labitat NAT64 network will get DNS64 answers. --- roles/space_server/handlers/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/space_server/handlers/main.yml') diff --git a/roles/space_server/handlers/main.yml b/roles/space_server/handlers/main.yml index 09e0d1d..3a92a46 100644 --- a/roles/space_server/handlers/main.yml +++ b/roles/space_server/handlers/main.yml @@ -45,9 +45,9 @@ daemon_reload: yes when: not chroot -- name: restart unbound +- name: restart named systemd: - name: unbound.service + name: named.service state: restarted when: not chroot -- cgit v1.2.1