mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-20 16:10:52 +00:00
swith socks5-impl
This commit is contained in:
parent
ab9f8011f0
commit
c61b6c74cd
11 changed files with 163 additions and 301 deletions
|
@ -1,7 +1,6 @@
|
|||
#![cfg(target_os = "android")]
|
||||
|
||||
use crate::tun2proxy::TunToProxy;
|
||||
use crate::{error::Error, tun_to_proxy, NetworkInterface, Options, Proxy};
|
||||
use crate::{error::Error, tun2proxy::TunToProxy, tun_to_proxy, NetworkInterface, Options, Proxy};
|
||||
use jni::{
|
||||
objects::{JClass, JString},
|
||||
sys::{jboolean, jint},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue