/var/lib/bind/mydomain.com.hosts:20: unknown RR type ‘mydomain.com.’
zone mydomain.com/IN: loading from master file /var/lib/bind/mydomain.com.hosts failed: unknown class/type
zone mydomain.com/IN: not loaded due to errors.
This prevents DNS propagation from the registrar of this domain because the DNS zone is never loaded.
My question now is this:
How do I place the above 2 lines on a sinle line? Do I separate them with a semicolon?
And what about 'dns: ‘? Before I had ’ dns: mydomain.com IN CAA …etc’
Is 'dns: ’ not required?
Sure I am running BIND.
'dns: ’ I cannot remember where I got that… probably followed some guide and it wrongly ended up in my definition.
2 separate lines… OK
See, I am using virtualmin:
virtualmin modify-template --name “Default Settings” --setting dns --value ‘{DOM}. IN CAA 0 issue "letsencrypt.org" {DOM}. IN CAA 0 issuewild “;”’
The value is a string, I guess I have to echo the string with a new line separating the 2 lines.