From 4c67816d3e971f630e7b1df6feaeaf4432f21be7 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Thu, 15 Aug 2024 09:27:58 -0400 Subject: [PATCH] Add remote-control example configuration Signed-off-by: Kyle Harding --- docker-compose.test.yml | 2 ++ .../etc/unbound/custom.conf.d/remote-control.conf.example | 2 ++ rootfs_overlay/etc/unbound/unbound.conf | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 rootfs_overlay/etc/unbound/custom.conf.d/remote-control.conf.example diff --git a/docker-compose.test.yml b/docker-compose.test.yml index dde1991a..3028227a 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -12,6 +12,8 @@ services: - ./rootfs_overlay/etc/unbound/custom.conf.d/send-client-subnet.conf.example:/etc/unbound/custom.conf.d/send-client-subnet.conf:ro # enable custom-port example configuration file - ./rootfs_overlay/etc/unbound/custom.conf.d/custom-port.conf.example:/etc/unbound/custom.conf.d/custom-port.conf:ro + # enable remote-control example configuration file + - ./rootfs_overlay/etc/unbound/custom.conf.d/remote-control.conf.example:/etc/unbound/custom.conf.d/remote-control.conf:ro command: -v -v sut: diff --git a/rootfs_overlay/etc/unbound/custom.conf.d/remote-control.conf.example b/rootfs_overlay/etc/unbound/custom.conf.d/remote-control.conf.example new file mode 100644 index 00000000..4e4772d9 --- /dev/null +++ b/rootfs_overlay/etc/unbound/custom.conf.d/remote-control.conf.example @@ -0,0 +1,2 @@ +remote-control: + control-enable: yes diff --git a/rootfs_overlay/etc/unbound/unbound.conf b/rootfs_overlay/etc/unbound/unbound.conf index 6c54421b..1e16e21c 100644 --- a/rootfs_overlay/etc/unbound/unbound.conf +++ b/rootfs_overlay/etc/unbound/unbound.conf @@ -1,4 +1,4 @@ -# https://linux.die.net/man/5/unbound.conf +# https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html # https://docs.pi-hole.net/guides/unbound/ server: