Introduce DNS-over-HTTPS and HTTP2 support
- add more advanced multiplexing to match on HTTP request properties - introduce custom DNS client to cover traditional UDP/TCP and HTTPS transport with the same client - add HTTP2 check module and server functionality where applicable
This commit is contained in:
parent
5cad2aa156
commit
e7e9e82667
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ enum AppProtocol {
|
||||||
APP_PROTOCOL_HTTP = 2;
|
APP_PROTOCOL_HTTP = 2;
|
||||||
APP_PROTOCOL_HTTP_PROXY = 3;
|
APP_PROTOCOL_HTTP_PROXY = 3;
|
||||||
APP_PROTOCOL_PPROF = 4;
|
APP_PROTOCOL_PPROF = 4;
|
||||||
|
APP_PROTOCOL_DNS_OVER_HTTPS = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TLSVersion {
|
enum TLSVersion {
|
||||||
|
|
Loading…
Reference in a new issue