From 73768c25588779bce122c0e3daa023024e972298 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Mar 2025 20:58:45 +0100 Subject: disable h3 option --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 196b489..bc972e3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -62,6 +62,8 @@ pub struct HttpsConfig { #[serde(deserialize_with = "seq_or_not")] pub cert_path: Vec, pub cert_fallback: Option, + #[serde(default)] + pub disable_h3: bool, } // try deser Vec but fall back to deser T and putting that in Vec -- cgit v1.2.3-70-g09d2