mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-11 17:29:46 +01:00
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
CP usr /
|
|
PKG ca_root_nss unbound
|
|
SYSRC unbound_enable=YES
|
|
CMD chown unbound:wheel /usr/local/etc/unbound
|
|
CMD /usr/local/sbin/unbound-control-setup
|
|
CMD /usr/local/sbin/unbound-checkconf && echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
|
SERVICE unbound restart
|
|
CMD host bastillebsd.org
|