<div dir="ltr">Hi everyone, <br><br>I'm using dnsdist 1.4.0-rc2 and will be running it as a DoH proxy for my users.<br><br>I have the url as /dns-query in my addDOHLocal config, and in the case that users put the domain name in to their browser address bar I'm wanting to redirect request to / to my help page.<br><br>ie:<div>  <a href="https://doh.mydomain.com/dns-query">https://doh.mydomain.com/dns-query</a> - for DoH lookups</div><div>  <a href="https://doh.mydomain.com/">https://doh.mydomain.com/</a> - redirect to another URL<br><br><div>I'm thinking I need to use newDOHResponseMapEntry for  this, but I'm unsure how to add this to my config. <br><br>This is what I'm trying (and failing with):<br><br> supportpage = newDOHResponseMapEntry("/", 302, "<a href="https://support.mydoman.com">https://support.mydoman.com</a>")<br> setResponsesMap(supportpage)<br><br>Any help appreciated.<br><br>Thanks<br><br></div></div></div>