mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-05 08:04:15 +03:00
Fix domain override_address
This commit is contained in:
@@ -438,7 +438,7 @@ match:
|
||||
metadata.Destination = M.Socksaddr{
|
||||
Addr: routeOptions.OverrideAddress.Addr,
|
||||
Port: metadata.Destination.Port,
|
||||
Fqdn: metadata.Destination.Fqdn,
|
||||
Fqdn: routeOptions.OverrideAddress.Fqdn,
|
||||
}
|
||||
}
|
||||
if routeOptions.OverridePort > 0 {
|
||||
|
||||
Reference in New Issue
Block a user