diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs
index d985f6ed..f2bd913f 100644
--- a/Netch/Models/Setting.cs
+++ b/Netch/Models/Setting.cs
@@ -127,7 +127,7 @@ namespace Netch.Models
///
/// 全局绕过 IP 列表
///
- public List BypassIPs = new List();
+ public List BypassIPs = new List() { "10.0.0.0/8", "172.16.0.0/16", "192.168.0.0/24" };
///
/// 已保存的快捷配置
diff --git a/modes b/modes
index 9b3ce74b..8d6f98d4 160000
--- a/modes
+++ b/modes
@@ -1 +1 @@
-Subproject commit 9b3ce74bd646f40b6ffdf9e3ada5fde89ad71561
+Subproject commit 8d6f98d43eb3e63159aaa0a3fc45ab14def1c936