forgot to define ns1, ns2 hostnames
This commit is contained in:
parent
560cd73b80
commit
f37a508b74
1 changed files with 4 additions and 0 deletions
|
@ -54,12 +54,16 @@ for fn in $STORAGE_ROOT/dns/*.txt; do
|
||||||
)
|
)
|
||||||
|
|
||||||
NS ns1.$zone.
|
NS ns1.$zone.
|
||||||
|
NS ns2.$zone.
|
||||||
IN A $PUBLIC_IP
|
IN A $PUBLIC_IP
|
||||||
MX 10 mail.$zone.
|
MX 10 mail.$zone.
|
||||||
|
|
||||||
300 TXT "v=spf1 mx -all"
|
300 TXT "v=spf1 mx -all"
|
||||||
|
|
||||||
|
ns1 IN A $PUBLIC_IP
|
||||||
|
ns2 IN A $PUBLIC_IP
|
||||||
mail IN A $PUBLIC_IP
|
mail IN A $PUBLIC_IP
|
||||||
|
www IN A $PUBLIC_IP
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# If OpenDKIM is set up, append that information to the zone.
|
# If OpenDKIM is set up, append that information to the zone.
|
||||||
|
|
Loading…
Reference in a new issue