dns: fix cname for acme-challenge
This commit is contained in:
parent
9684e94e4d
commit
cb2b01a2b4
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ $ORIGIN kunbox.net.
|
|||
IN TXT "v=spf1 mx ~all"
|
||||
|
||||
; delegate acme stuff to psql-managed zone
|
||||
_acme-challenge IN CNAME kunbox.net.le.kunbox.net
|
||||
_acme-challenge.home IN CNAME home.kunbox.net.le.kunbox.net
|
||||
_acme-challenge IN CNAME kunbox.net.le.kunbox.net.
|
||||
_acme-challenge.home IN CNAME home.kunbox.net.le.kunbox.net.
|
||||
|
||||
; Mail servers
|
||||
mta-sts IN CNAME rx300
|
||||
|
|
Loading…
Reference in a new issue