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
|
||||
./coredns
|
||||
./promtail
|
||||
./unbound
|
||||
# ./unbound
|
||||
];
|
||||
|
||||
eboskma = {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
file /etc/coredns/tailscale.zone datarift.nl {
|
||||
reload 10s
|
||||
}
|
||||
forward . 127.0.0.1:5335
|
||||
forward . 1.1.1.1
|
||||
log
|
||||
debug
|
||||
errors
|
||||
|
@ -24,7 +24,7 @@
|
|||
file /etc/coredns/datarift.zone datarift.nl {
|
||||
reload 10s
|
||||
}
|
||||
forward . 127.0.0.1:5335
|
||||
forward . 1.1.1.1
|
||||
log
|
||||
debug
|
||||
errors
|
||||
|
|
Loading…
Reference in a new issue