mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-04 13:50:15 +00:00
remove useless get_server_addr
This commit is contained in:
parent
a08b3338c3
commit
181497e709
5 changed files with 4 additions and 19 deletions
|
@ -27,5 +27,4 @@ pub(crate) trait ProxyHandlerManager: Send + Sync {
|
|||
domain_name: Option<String>,
|
||||
udp_associate: bool,
|
||||
) -> std::io::Result<Arc<Mutex<dyn ProxyHandler>>>;
|
||||
fn get_server_addr(&self) -> SocketAddr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue