mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 09:17:12 +00:00
feat: Experimental supports dialer IP4P address convert
form https://github.com/heiher/natmap/wiki/faq
This commit is contained in:
@@ -197,6 +197,7 @@ func updateExperimental(c *config.Config) {
|
||||
if c.Experimental.QUICGoDisableECN {
|
||||
_ = os.Setenv("QUIC_GO_DISABLE_ECN", strconv.FormatBool(true))
|
||||
}
|
||||
dialer.GetIP4PEnable(c.Experimental.IP4PEnable)
|
||||
}
|
||||
|
||||
func updateNTP(c *config.NTP) {
|
||||
|
||||
Reference in New Issue
Block a user