UNPKG
@nasriya/dns
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
A DNS manager for your domains
github.com/nasriyasoftware/NasriyaDNS
nasriyasoftware/NasriyaDNS
@nasriya/dns
/
dist
/
esm
/
docs
/
docs.js
2 lines
(1 loc)
•
186 B
JavaScript
View Raw
1
2
export
const
dnsRecordTypes = [
'A'
,
'AAAA'
,
'CAA'
,
'CERT'
,
'CNAME'
,
'DINSKEY'
,
'DS'
,
'HTTPS'
,
'LOC'
,
'MX'
,
'NAPTR'
,
'NS'
,
'PTR'
,
'SMIMEA'
,
'SVR'
,
'SSHFP'
,
'SVCB'
,
'TLSA'
,
'TXT'
,
'URI'
];