Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 10, 2024
1 parent cea264c commit 4bd81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel-obfuscation/src/shadowsocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub enum Error {
#[error("Failed to bind remote UDP socket")]
BindRemoteUdp(#[source] io::Error),
/// Failed to set fwmark
//#[cfg(target_os = "linux")]
#[cfg(target_os = "linux")]
#[error("Failed to set fwmark")]
SetFwmark(#[source] nix::Error),
/// Missing UDP listener address
Expand Down

0 comments on commit 4bd81ed

Please sign in to comment.