mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-15 04:30:29 +03:00
Add ANY to dnsresolvetypeOptions
This commit is contained in:
parent
20820f5a5a
commit
a5e8d81c82
1 changed files with 1 additions and 0 deletions
|
@ -1529,6 +1529,7 @@ message HealthCheckResponse {
|
|||
let dnsresolvetypeOptions = [
|
||||
"A",
|
||||
"AAAA",
|
||||
"ANY",
|
||||
"CAA",
|
||||
"CNAME",
|
||||
"MX",
|
||||
|
|
Loading…
Add table
Reference in a new issue