mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
2a3454aee0
The present logic recreates what is already the default in bind [1], and writes the rndc key twice to two different files. In addition, the rndc key is regenerated every time bind is restarted. Simplify this by relying on the default behaviour instead. [1] https://bind9.readthedocs.io/en/latest/reference.html#controls-block-definition-and-usage Signed-off-by: David Härdeman <david@hardeman.nu>