Skip to content

Commit

Permalink
Add remote-control example configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Aug 15, 2024
1 parent 41337fc commit 4c67816
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
remote-control:
control-enable: yes
2 changes: 1 addition & 1 deletion rootfs_overlay/etc/unbound/unbound.conf
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4c67816

Please sign in to comment.