From ee3ac561b51bc2264fb12af156094b60655ceaed Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Tue, 10 Mar 2020 21:43:19 +0800 Subject: [PATCH] Update submodule --- Netch/Models/Setting.cs | 2 +- modes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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