We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad337b commit 95740f2Copy full SHA for 95740f2
1 file changed
mitmproxy-rs/src/server/tun.rs
@@ -44,7 +44,7 @@ impl TunInterface {
44
}
45
46
#[cfg(not(target_os = "linux"))]
47
- Some(String::from("OS not supported for TUN proxy mode"))
+ Some(String::from("TUN proxy mode is only supported on Linux"))
48
49
50
pub fn __repr__(&self) -> String {
0 commit comments