mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-09-20 04:25:59 +08:00
fix: udp dial support ip4p (#1377)
This commit is contained in:
@ -221,7 +221,7 @@ func updateExperimental(c *config.Experimental) {
|
||||
if c.QUICGoDisableECN {
|
||||
_ = os.Setenv("QUIC_GO_DISABLE_ECN", strconv.FormatBool(true))
|
||||
}
|
||||
dialer.GetIP4PEnable(c.IP4PEnable)
|
||||
resolver.SetIP4PEnable(c.IP4PEnable)
|
||||
}
|
||||
|
||||
func updateNTP(c *config.NTP) {
|
||||
|
Reference in New Issue
Block a user