mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
These are either config file or zone file snippets. Their license is
declared in REUSE.toml.
(cherry picked from commit 2390bd3a8f)
9 lines
155 B
Text
9 lines
155 B
Text
key rndc_key {
|
|
secret "1234abcd8765";
|
|
algorithm @DEFAULT_HMAC@;
|
|
};
|
|
|
|
controls {
|
|
inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
|
|
};
|
|
|