Merge pull request #14 from terryburton/patch-1

Typo in tsig key filename
This commit is contained in:
Callan Bryant 2020-07-05 19:26:36 +01:00 committed by GitHub
commit 67a1720c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ dsnet_ext_nameserver = None
dsnet_zone = 'json'
# Which TSIG key file do we need to use
dns_tsig_key_file = '/etc/bind/dsnet-udpate.key'
dns_tsig_key_file = '/etc/bind/dsnet-update.key'
# Which TXT record are we using to track current peers?
dsnet_current_peers_record = '_dsnet_peers'