mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 17:03:47 +03:00
f9e261e0fb
the two were so similar it made sense to just have one that tests all. saves building docker images.
19 lines
407 B
Text
19 lines
407 B
Text
server:
|
|
interface: 172.28.1.30
|
|
access-control: 0.0.0.0/0 allow
|
|
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: "/integration/example-integration.zone"
|
|
|
|
auth-zone:
|
|
name: "28.172.in-addr.arpa"
|
|
zonefile: "/integration/reverse.zone"
|