dns: switch over to systemd for the host

this changes unbound to listen to 127.0.0.150 (150 is roman CL)

we cannot only bind on docker bridge because unbound is relied
upon for the initial domain setup. docker itself is only initialized
when the platform initializes
This commit is contained in:
Girish Ramakrishnan
2024-04-28 11:18:37 +02:00
parent 608ce53e7d
commit cd5cae33ce
7 changed files with 13 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
server:
port: 53
interface: 127.0.0.1
interface: 127.0.0.150
interface: 172.18.0.1
ip-freebind: yes
do-ip6: yes