Asking for scripting assistance - DoH Healthcheck

I can't test your own DoH server.
If is not configured correctly for support RFC 8484 like google or cloudflare, I can not help you...


About the base64... is not www.example.com converted on base64, but is the query on RFC 8484 format.....
Is written clearly, read more carefully

The AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB is base64 encoded DNS query for A record of > www.example.com
\00\00\01\00\00\01\00\00\00\00\00\00\03www\07example\03com\00\00\01\00\01

Use something that works :wink:

> :global test [$base64dec "AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB"]
> /system script environment
/system script environment> print

NAME VALUE

0 base64dec ;(eval / […]
1 test \00\00\01\00\00\01\00\00\00\00\00\00\03www\07example\03com\00\00\01\00\01
/system script environment>