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