mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07:00
27 lines
397 B
Plaintext
27 lines
397 B
Plaintext
checks = ["all"]
|
|
initialisms = [
|
|
# See https://github.com/dominikh/go-tools/blob/master/config/config.go.
|
|
#
|
|
# Do not add "PTR" since we use "Ptr" as a suffix.
|
|
"inherit"
|
|
, "ASN"
|
|
, "DHCP"
|
|
, "DNSSEC"
|
|
# E.g. SentryDSN.
|
|
, "DSN"
|
|
, "ECS"
|
|
, "EDNS"
|
|
, "MX"
|
|
, "QUIC"
|
|
, "RA"
|
|
, "RRSIG"
|
|
, "SDNS"
|
|
, "SLAAC"
|
|
, "SOA"
|
|
, "SVCB"
|
|
, "TLD"
|
|
, "WHOIS"
|
|
]
|
|
dot_import_whitelist = []
|
|
http_status_code_whitelist = []
|