Another day, another slay

modified:   src/client.rs
This commit is contained in:
Michael Wain 2024-11-29 02:14:06 +03:00
parent 8d348f137b
commit e11bc0c44d

View File

@ -359,7 +359,7 @@ pub mod desktop {
config.address(&self.client_config.client.address)
.netmask("255.255.255.255")
.destination("10.66.66.1")
.mtu(1400)
//.mtu(1400)
.tun_name("tun0")
.up();