fix quic opts

This commit is contained in:
anlicheng 2026-05-03 15:44:22 +08:00
parent 2e438cfaad
commit 58eeced341

View File

@ -29,7 +29,6 @@ init() ->
Path = os:getenv("QUIC_CERT_PATH", code:priv_dir(sdlan)), Path = os:getenv("QUIC_CERT_PATH", code:priv_dir(sdlan)),
LOptions = #{ LOptions = #{
addr_family => inet,
% QUIC/TLS证书配置 % QUIC/TLS证书配置
certfile => Path ++ "/quic/" ++ CertFile, certfile => Path ++ "/quic/" ++ CertFile,
keyfile => Path ++ "/quic/" ++ KeyFile, keyfile => Path ++ "/quic/" ++ KeyFile,