Skip to content

Commit

Permalink
use confdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-wisiol committed Jan 5, 2024
1 parent a45c6e0 commit 785d57a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ns/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ ls -lah /config/

# TODO Consider XDP, https://www.knot-dns.cz/docs/3.3/html/operation.html#pre-requisites

# Start pdns for production
exec knotd -c /etc/knot/knot.conf
# TODO see if this overwrites everything or just the values defined in knot.conf
# NOTE removing values from the config won't work this way
knotc conf-import -f /etc/knot/knot.conf

# Start knot for production
exec knotd

0 comments on commit 785d57a

Please sign in to comment.