mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[enh] use db key_algo entry to generate bind files in cron
This commit is contained in:
parent
eb9b14f8fe
commit
3c9eb4469c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ for url in subs_urls:
|
|||
for entry in result:
|
||||
lines.extend([
|
||||
'key '+ entry['subdomain'] +'. {',
|
||||
' algorithm hmac-md5;',
|
||||
' algorithm ' + entry['key_algo'] + ';',
|
||||
' secret "'+ entry['public_key'] +'";',
|
||||
'};',
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue