mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
ws: use create_rustls_config from aquatic_common
This commit is contained in:
parent
610057a231
commit
58ac5e7fe8
4 changed files with 9 additions and 37 deletions
|
|
@ -5,8 +5,6 @@ use aquatic_common::CanonicalSocketAddr;
|
|||
|
||||
pub use aquatic_common::ValidUntil;
|
||||
|
||||
pub type TlsConfig = futures_rustls::rustls::ServerConfig;
|
||||
|
||||
#[derive(Default, Clone)]
|
||||
pub struct State {
|
||||
pub access_list: Arc<AccessListArcSwap>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue