wip: implemented crypto reloader, as separated object from proxy itself
This commit is contained in:
parent
3c6e4e5757
commit
5576389acb
13 changed files with 468 additions and 56 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::{
|
||||
certs::CryptoSource,
|
||||
crypto::CryptoSource,
|
||||
error::*,
|
||||
log::*,
|
||||
name_exp::{ByteName, ServerName},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ use super::load_balance::{
|
|||
// use super::{BytesName, LbContext, PathNameBytesExp, UpstreamOption};
|
||||
use super::upstream_opts::UpstreamOption;
|
||||
use crate::{
|
||||
certs::CryptoSource,
|
||||
crypto::CryptoSource,
|
||||
error::RpxyError,
|
||||
globals::{AppConfig, UpstreamUri},
|
||||
log::*,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue