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)),
|
||||
|
||||
LOptions = #{
|
||||
addr_family => inet,
|
||||
% 必选:QUIC/TLS证书配置
|
||||
certfile => Path ++ "/quic/" ++ CertFile,
|
||||
keyfile => Path ++ "/quic/" ++ KeyFile,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user