what page were you on and what did you do before this happened?
what page were you on and what did you do before this happened?


* is being taken literally?
something.*.example.com would never be a valid wildcard in any DNS system. A wildcard needs to be the leftmost part of the record:# Works
dig 'test.*.test2.aimoda.dev' @1.1.1.1 TXT
# Fails
dig test.what.test2.aimoda.dev @1.1.1.1 TXT