diff --git a/Netch/Controllers/TUNTAPController.cs b/Netch/Controllers/TUNTAPController.cs index f39fa9d2..533cf873 100644 --- a/Netch/Controllers/TUNTAPController.cs +++ b/Netch/Controllers/TUNTAPController.cs @@ -188,19 +188,6 @@ namespace Netch.Controllers } ); - if (_savedMode.BypassChina) - { - Logging.Info("绕行 → 中国 IP"); - - foreach (var str in File.ReadAllLines("bin\\china_ip_list", Encoding.UTF8)) - { - if (IPNetwork.TryParse(str, out var entry)) - { - _directIPs.Add(entry); - } - } - } - Logging.Info("绕行 → 规则 IP"); _directIPs.AddRange(_savedMode.Rule.Select(IPNetwork.Parse)); diff --git a/binaries b/binaries index 896c0e44..fb15d4bf 160000 --- a/binaries +++ b/binaries @@ -1 +1 @@ -Subproject commit 896c0e4406baf193e163b8eeb8849d0439cbf767 +Subproject commit fb15d4bffde1ac2f24b473ae0e7affc62c67c2fd diff --git a/modes b/modes index 68cf33c4..4767717e 160000 --- a/modes +++ b/modes @@ -1 +1 @@ -Subproject commit 68cf33c4762b52fad8600959975fca0c103573f4 +Subproject commit 4767717e86dc5a006f47b8eb1c032bd275fd00c2