mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
Unique DoT and DoH SSL contexts to allow for different ALPN (#1222)
This commit is contained in:
@@ -938,7 +938,8 @@ listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports),
|
||||
char* ATTR_UNUSED(http_endpoint),
|
||||
int ATTR_UNUSED(http_notls),
|
||||
struct tcl_list* ATTR_UNUSED(tcp_conn_limit),
|
||||
void* ATTR_UNUSED(sslctx), void* ATTR_UNUSED(quic_ssl),
|
||||
void* ATTR_UNUSED(dot_sslctx), void* ATTR_UNUSED(doh_sslctx),
|
||||
void* ATTR_UNUSED(quic_ssl),
|
||||
struct dt_env* ATTR_UNUSED(dtenv),
|
||||
struct doq_table* ATTR_UNUSED(table),
|
||||
struct ub_randstate* ATTR_UNUSED(rnd),
|
||||
|
||||
Reference in New Issue
Block a user