mirror of
https://github.com/mjl-/mox.git
synced 2024-12-29 09:53:47 +03:00
13 lines
301 B
Dns
13 lines
301 B
Dns
|
$ORIGIN example.
|
||
|
$TTL 5m
|
||
|
|
||
|
@ IN SOA dns.example. webmaster.example. (1 0m 0m 0m 5m)
|
||
|
|
||
|
@ NS dns.example.
|
||
|
|
||
|
moxacmepebble.mox1 IN A 172.28.1.10
|
||
|
moxmail2.mox2 IN A 172.28.1.20
|
||
|
dns IN A 172.28.1.30
|
||
|
acmepebble IN A 172.28.1.40
|
||
|
test IN A 172.28.1.50
|