16 lines
255 B
Text
16 lines
255 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;
|
|
print ' secret "%s";' % secrets.rndc_key
|
|
@};
|
|
|