Add frigate host
This commit is contained in:
parent
a0bee46545
commit
7a3a385eb5
5 changed files with 122 additions and 0 deletions
|
@ -0,0 +1,38 @@
|
|||
|
||||
server:
|
||||
interface: 0.0.0.0
|
||||
interface: ::0
|
||||
|
||||
access-control: 127.0.0.0/8 allow
|
||||
access-control: ::1 allow
|
||||
access-control: 172.20.26.1/32 allow
|
||||
access-control: 172.20.26.2/32 allow
|
||||
access-control: 172.20.26.3/32 allow
|
||||
access-control: 172.20.26.0/24 refuse_non_local
|
||||
|
||||
extended-statistics: yes
|
||||
|
||||
hide-identity: yes
|
||||
hide-version: yes
|
||||
|
||||
tls-upstream: yes
|
||||
tls-cert-bundle: {{ tls_bundle }}
|
||||
|
||||
chroot: ""
|
||||
|
||||
unblock-lan-zones: yes
|
||||
|
||||
remote-control:
|
||||
control-enable: yes
|
||||
control-interface: /var/run/unbound.sock
|
||||
|
||||
forward-zone:
|
||||
name: "."
|
||||
forward-addr: 172.20.20.10@853#dns.home.foo.sh
|
||||
|
||||
auth-zone:
|
||||
name: "cam.foo.sh"
|
||||
zonefile: "/var/lib/unbound/cam.foo.sh"
|
||||
auth-zone:
|
||||
name: "26.20.172.in-addr.arpa"
|
||||
zonefile: "/var/lib/unbound/26.20.172.in-addr.arpa"
|
Loading…
Add table
Add a link
Reference in a new issue