Compare commits
No commits in common. "8da2445ccbcef76f30c094a0e6c881e03ae23b0e" and "4c56af4e0b4577d6a05817610ec11155451b67fb" have entirely different histories.
8da2445ccb
...
4c56af4e0b
@ -1,2 +1,2 @@
|
||||
FROM klutchell/unbound:latest
|
||||
COPY unbound.conf /opt/unbound/etc/unbound/unbound.conf
|
||||
# TODO: Uh
|
||||
|
@ -1,20 +0,0 @@
|
||||
# !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"
|
Reference in New Issue
Block a user