fix quic opts
This commit is contained in:
parent
2e438cfaad
commit
58eeced341
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user