stacks/homelab/coredns/Corefile

9 lines
269 B
Plaintext
Raw Normal View History

. {
2023-02-26 20:40:10 -07:00
bind 192.168.86.2
hosts {
2023-04-03 20:06:58 -06:00
192.168.86.2 sweetums.woozle.org deergrove.woozle.org drive.woozle.org git.woozle.org ancestry.woozle.org media.woozle.org photos.woozle.org auth.woozle.org xfer.woozle.org
fallthrough
}
2023-12-28 10:07:43 -07:00
forward . 1.1.1.1 1.0.0.1 8.8.8.8
}