valkyrie: Disable unbound
This commit is contained in:
parent
7f80622e7c
commit
4a9f033136
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
./blocky
|
./blocky
|
||||||
./coredns
|
./coredns
|
||||||
./promtail
|
./promtail
|
||||||
./unbound
|
# ./unbound
|
||||||
];
|
];
|
||||||
|
|
||||||
eboskma = {
|
eboskma = {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
file /etc/coredns/tailscale.zone datarift.nl {
|
file /etc/coredns/tailscale.zone datarift.nl {
|
||||||
reload 10s
|
reload 10s
|
||||||
}
|
}
|
||||||
forward . 127.0.0.1:5335
|
forward . 1.1.1.1
|
||||||
log
|
log
|
||||||
debug
|
debug
|
||||||
errors
|
errors
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
file /etc/coredns/datarift.zone datarift.nl {
|
file /etc/coredns/datarift.zone datarift.nl {
|
||||||
reload 10s
|
reload 10s
|
||||||
}
|
}
|
||||||
forward . 127.0.0.1:5335
|
forward . 1.1.1.1
|
||||||
log
|
log
|
||||||
debug
|
debug
|
||||||
errors
|
errors
|
||||||
|
|
Loading…
Reference in a new issue