fix: resolve VPN SOCKS5 domain CONNECT requests through the tunnel

This commit is contained in:
zhom
2026-07-08 01:19:51 +04:00
parent 2c4163383d
commit 5a46d0e266
2 changed files with 129 additions and 17 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ quick-xml = { version = "0.40", features = ["serialize"] }
# VPN support
boringtun = "0.7"
smoltcp = { version = "0.13", default-features = false, features = ["std", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-tcp", "socket-udp"] }
smoltcp = { version = "0.13", default-features = false, features = ["std", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-tcp", "socket-udp", "socket-dns"] }
# Tray icon decoding (main-process system tray)
image = "0.25"