1
0
Fork 0
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:
Paul Trippett 2025-01-30 16:46:30 +00:00
parent 20820f5a5a
commit a5e8d81c82

View file

@ -1529,6 +1529,7 @@ message HealthCheckResponse {
let dnsresolvetypeOptions = [
"A",
"AAAA",
"ANY",
"CAA",
"CNAME",
"MX",