Update submodule

This commit is contained in:
Amazing_DM
2020-03-10 21:43:19 +08:00
parent 4fb090d7a4
commit ee3ac561b5
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ namespace Netch.Models
/// <summary>
/// 全局绕过 IP 列表
/// </summary>
public List<string> BypassIPs = new List<string>();
public List<string> BypassIPs = new List<string>() { "10.0.0.0/8", "172.16.0.0/16", "192.168.0.0/24" };
/// <summary>
/// 已保存的快捷配置

2
modes

Submodule modes updated: 9b3ce74bd6...8d6f98d43e