1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-18 23:02:56 +00:00

Switch to wg for DNS transfer

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-11-13 14:08:14 +01:00
parent ee8fcd74f5
commit 4f39e146ff
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -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 %}