16 lines
263 B
Text
16 lines
263 B
Text
include("secrets")
|
|
|
|
info = {"owner": "root",
|
|
"group": "bind",
|
|
"perms": 0640,
|
|
}
|
|
|
|
@// Fichier gere par BCfg2 (plugin Python)
|
|
@//
|
|
@// A ne modifier que sur vert
|
|
@
|
|
@key "key" {
|
|
@ algorithm hmac-md5;
|
|
print ' secret "%s";' % secrets.rndc_key
|
|
@};
|
|
|