Debugging
modified: src/client.rs
This commit is contained in:
parent
668e704264
commit
c6fcd989ae
@ -351,6 +351,7 @@ pub mod desktop {
|
|||||||
impl VpnClient for DesktopClient {
|
impl VpnClient for DesktopClient {
|
||||||
async fn start(&self) {
|
async fn start(&self) {
|
||||||
info!("s_interface: {:?}", &self.s_interface);
|
info!("s_interface: {:?}", &self.s_interface);
|
||||||
|
info!("client_address: {:?}", &self.client_config.client.address);
|
||||||
let mut config = Configuration::default();
|
let mut config = Configuration::default();
|
||||||
config.address(&self.client_config.client.address)
|
config.address(&self.client_config.client.address)
|
||||||
.netmask("255.255.255.255")
|
.netmask("255.255.255.255")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user