feat(udp): set SO_MARK for udp cnx

This commit is contained in:
Σrebe - Romain GERARD 2024-07-20 15:55:08 +02:00
parent 2c5cc95c52
commit 97251804dd
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
4 changed files with 20 additions and 4 deletions

View file

@ -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?;