Compare commits
2 Commits
4c56af4e0b
...
8da2445ccb
Author | SHA1 | Date | |
---|---|---|---|
8da2445ccb | |||
fa6189d81b |
@ -1,2 +1,2 @@
|
||||
FROM klutchell/unbound:latest
|
||||
# TODO: Uh
|
||||
COPY unbound.conf /opt/unbound/etc/unbound/unbound.conf
|
||||
|
20
desu.local/dns-unbound/unbound.conf
Normal file
20
desu.local/dns-unbound/unbound.conf
Normal file
@ -0,0 +1,20 @@
|
||||
# !vim:set ft=conf:
|
||||
server:
|
||||
interface: 0.0.0.0@5053
|
||||
do-ip6: no
|
||||
do-daemonize: no
|
||||
access-control: 127.0.0.1/32 allow
|
||||
access-control: 192.168.0.0/16 allow
|
||||
access-control: 172.16.0.0/12 allow
|
||||
access-control: 10.0.0.0/8 allow
|
||||
auto-trust-anchor-file: /var/run/unbound/root.key
|
||||
logfile: ""
|
||||
verbosity: 1
|
||||
statistics-interval: 600
|
||||
statistics-cumulative: yes
|
||||
# include: /opt/unbound/etc/unbound/a-records.conf
|
||||
local-zone: "desu.ltd." typetransparent
|
||||
local-data: "pi-kub-master-1.desu.ltd. 3600 IN A 192.168.102.1"
|
||||
local-data: "pi-kub-node-1.desu.ltd. 3600 IN A 192.168.102.10"
|
||||
local-data: "pi-kub-node-2.desu.ltd. 3600 IN A 192.168.102.11"
|
||||
local-data: "pi-kub-node-3.desu.ltd. 3600 IN A 192.168.102.12"
|
Loading…
Reference in New Issue
Block a user