feat: support to dial domain for udp and support udp for ssr (#17)

This commit is contained in:
mzz
2023-02-18 00:49:35 +08:00
committed by GitHub
parent 663fbb2a59
commit e495ee1b7c
29 changed files with 182 additions and 195 deletions

View File

@ -431,7 +431,7 @@ func (c *ControlPlane) ChooseDialTarget(outbound consts.OutboundIndex, dst netip
c.log.WithFields(logrus.Fields{
"from": dst.String(),
"to": dialTarget,
}).Debugln("Reset dial target to domain")
}).Debugln("Rewrite dial target to domain")
}
return dialTarget
}