Skip to content

Commit 8a3b720

Browse files
committed
up
1 parent be8d8a6 commit 8a3b720

File tree

1 file changed

+1
-1
lines changed
  • clash_lib/src/proxy/utils/platform

1 file changed

+1
-1
lines changed

clash_lib/src/proxy/utils/platform/apple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::{io, net::SocketAddr};
22

33
use tracing::warn;
44

5-
use crate::{common::errors::new_io_error, proxy::utils::Interface};
5+
use crate::{app::net::OutboundInterface, common::errors::new_io_error};
66

77
pub(crate) fn must_bind_socket_on_interface(
88
socket: &socket2::Socket,

0 commit comments

Comments
 (0)