mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Cleanup WG implementation
This commit is contained in:
@@ -175,9 +175,8 @@ class OpenVPNThreadv3(var service: VPNService): ClientAPI_OpenVPNClient(), Runna
|
||||
}
|
||||
mService.addRoute("2000::", 3)
|
||||
}
|
||||
val Fd = mService.establish()!!.detachFd()
|
||||
|
||||
return Fd
|
||||
return mService.establish()!!.detachFd()
|
||||
}
|
||||
|
||||
override fun tun_builder_add_address(address: String , prefix_length: Int , gateway: String , ipv6:Boolean , net30: Boolean ): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user