mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 16:41:01 +00:00
port to windows or macos (#61)
This commit is contained in:
parent
4b42413ab0
commit
bbb8d3b244
8 changed files with 69 additions and 12 deletions
|
@ -29,6 +29,7 @@ pub struct Proxy {
|
|||
|
||||
pub enum NetworkInterface {
|
||||
Named(String),
|
||||
#[cfg(target_family = "unix")]
|
||||
Fd(std::os::fd::RawFd),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue