mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
when suggesting CAA records for a domain, suggest variants that bind to the account id and with validation methods used by mox
should prevent potential mitm attacks. especially when done close to the machine itself (where a http/tls challenge is intercepted to get a valid certificate), as seen on the internet last month.
This commit is contained in:
@ -914,7 +914,7 @@ const domainDNSRecords = async (d) => {
|
||||
'DNS Records',
|
||||
),
|
||||
dom.h1('Required DNS records'),
|
||||
dom('pre.literal', style({maxWidth: '70em'}), records.join('\n')),
|
||||
dom('pre.literal', records.join('\n')),
|
||||
dom.br(),
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user