Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Fixes #746 (closed)
The check_uri()
function now only checks that the endpoint is either
/doh
or /dns-query
. Parameter checks were moved into
process_uri_path()
so that the check only takes place for GET
requests. POST requests now do not care about parameters at all.