mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 14:40:05 +00:00
Switch to wg for DNS transfer
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ee8fcd74f5
commit
4f39e146ff
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ options {
|
|||
zone "{{ zone }}" IN {
|
||||
type slave;
|
||||
file "/src/zones/db.{{ zone }}.repl";
|
||||
masters port 1053 { 10.231.0.34; };
|
||||
masters port 1053 { 10.232.0.6; };
|
||||
allow-query { any; };
|
||||
};
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue