Changes to be committed:
modified: src/client.rs
This commit is contained in:
parent
92e5b93a55
commit
8592230790
@ -47,6 +47,8 @@ fn configure_routes(endpoint_ip: &str, s_interface: Option<&str>) {
|
|||||||
.arg("route")
|
.arg("route")
|
||||||
.arg("add")
|
.arg("add")
|
||||||
.arg(endpoint_ip.to_owned()+"/32")
|
.arg(endpoint_ip.to_owned()+"/32")
|
||||||
|
.arg("via")
|
||||||
|
.arg("192.168.0.1")
|
||||||
.arg("dev")
|
.arg("dev")
|
||||||
.arg(inter_name)
|
.arg(inter_name)
|
||||||
.output()
|
.output()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user