mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-20 16:10:52 +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
|
@ -52,6 +52,7 @@ pub enum Error {
|
|||
#[error("{0}")]
|
||||
String(String),
|
||||
|
||||
#[cfg(target_family = "unix")]
|
||||
#[error("nix::errno::Errno {0:?}")]
|
||||
OSError(#[from] nix::errno::Errno),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue