21 lines
330 B
Plaintext
21 lines
330 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"
|
|
, "DHCP"
|
|
, "DOH"
|
|
, "DOQ"
|
|
, "DOT"
|
|
, "EDNS"
|
|
, "MX"
|
|
, "QUIC"
|
|
, "RA"
|
|
, "SDNS"
|
|
, "SLAAC"
|
|
, "SVCB"
|
|
]
|
|
dot_import_whitelist = []
|
|
http_status_code_whitelist = []
|