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 8a3b720 commit 662594eCopy full SHA for 662594e
clash_lib/src/proxy/utils/platform/apple.rs
@@ -2,7 +2,7 @@ use std::{io, net::SocketAddr};
2
3
use tracing::warn;
4
5
-use crate::{app::net::OutboundInterface, common::errors::new_io_error};
+use crate::{app::net::Interface, common::errors::new_io_error};
6
7
pub(crate) fn must_bind_socket_on_interface(
8
socket: &socket2::Socket,
0 commit comments