pub(crate) fn build_server_config(
protocol: &str,
bind_addr: &str,
forwarding_server_addr: &str,
) -> Result<(PtCommonParameters, PtServerParameters)>
Expand description
Create the config to launch an obfs4 server process
pub(crate) fn build_server_config(
protocol: &str,
bind_addr: &str,
forwarding_server_addr: &str,
) -> Result<(PtCommonParameters, PtServerParameters)>
Create the config to launch an obfs4 server process