-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
Description
IETF DoH requires a URI Template while configuring the client.
For example: /query{?dns}
This implementation does not support URI Template yet, and still uses the obsolete ct= parameter to negotiate protocols. We need to eventually switch to URI Template in the future.
But since it does not affect compatibility (either client or server side), and I do not have a clear understanding of it until the next extension of the protocol is published, I plan to leave this issue open and postpone this.
And as always, pull request is welcome.