feat(udp): set SO_MARK for udp cnx
This commit is contained in:
parent
2c5cc95c52
commit
97251804dd
4 changed files with 20 additions and 4 deletions
|
@ -60,6 +60,7 @@ async fn run_tunnel(
|
|||
&remote.host,
|
||||
remote.port,
|
||||
timeout.unwrap_or(Duration::from_secs(10)),
|
||||
server_config.socket_so_mark,
|
||||
&server_config.dns_resolver,
|
||||
)
|
||||
.await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue