
Ignore-this: 7b95172a7151d8afb3875992248e5b3a darcs-hash:20121101170635-3a55a-bd99f5e9f354cd835956e1a4b9ff625e574633e9.gz
16 lines
256 B
Text
16 lines
256 B
Text
include("secrets")
|
|
|
|
info["owner"] = "bind"
|
|
info["group"] = "bind"
|
|
info["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
|
|
@};
|
|
|