Загрузить файлы в «provisioning»

This commit is contained in:
2026-04-04 16:30:44 +03:00
parent f85a150e25
commit 8bb5509d9d
4 changed files with 142 additions and 0 deletions

9
provisioning/rndc.conf Normal file
View File

@@ -0,0 +1,9 @@
key "rndc-key" {
algorithm hmac-md5;
secret "GrtiE9kz16GK+OKKU/qJvQ==";
};
options {
default-key "rndc-key";
default-server 192.168.50.10;
};