swann: use /dev/null as /etc/hosts file for coredns
This commit is contained in:
parent
7195ed24c4
commit
73b1e96727
1 changed files with 1 additions and 2 deletions
|
@ -205,9 +205,8 @@ in {
|
||||||
allow net 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8
|
allow net 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8
|
||||||
block
|
block
|
||||||
}
|
}
|
||||||
hosts {
|
hosts /dev/null {
|
||||||
2a02:26f0:5700:3b1::2ab3 www.nhs.uk
|
2a02:26f0:5700:3b1::2ab3 www.nhs.uk
|
||||||
100.102.224.95 swann.int.as205479.net swann
|
|
||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
loadbalance
|
loadbalance
|
||||||
|
|
Loading…
Reference in a new issue