mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 12:54:37 +03:00
merge docker-compose-based quickstart and integration tests into a single integration test
the two were so similar it made sense to just have one that tests all. saves building docker images.
This commit is contained in:
12
testdata/integration/unbound.conf
vendored
12
testdata/integration/unbound.conf
vendored
@ -1,15 +1,19 @@
|
||||
server:
|
||||
interface: 172.28.1.30
|
||||
access-control: 0.0.0.0/0 allow
|
||||
logfile: /dev/stdout
|
||||
use-syslog: no
|
||||
logfile: ""
|
||||
domain-insecure: "example"
|
||||
local-zone: "28.172.in-addr.arpa." nodefault
|
||||
|
||||
remote-control:
|
||||
control-enable: yes
|
||||
control-interface: 0.0.0.0
|
||||
control-use-cert: no
|
||||
|
||||
auth-zone:
|
||||
name: "example"
|
||||
zonefile: "/etc/unbound/example.zone"
|
||||
zonefile: "/integration/example-integration.zone"
|
||||
|
||||
auth-zone:
|
||||
name: "28.172.in-addr.arpa"
|
||||
zonefile: "/etc/unbound/reverse.zone"
|
||||
zonefile: "/integration/reverse.zone"
|
||||
|
Reference in New Issue
Block a user