This commit is contained in:
Σrebe - Romain GERARD 2024-07-31 21:57:25 +02:00
parent 05abcd441f
commit f149b8190b
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
15 changed files with 171 additions and 195 deletions

View file

@ -1,5 +1,5 @@
use super::udp_server::{Socks5UdpStream, Socks5UdpStreamWriter};
use crate::LocalProtocol;
use crate::tunnel::LocalProtocol;
use anyhow::Context;
use fast_socks5::server::{Config, DenyAuthentication, SimpleUserPassword, Socks5Server};
use fast_socks5::util::target_addr::TargetAddr;