mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Update submodule
This commit is contained in:
@@ -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
2
modes
Submodule modes updated: 9b3ce74bd6...8d6f98d43e
Reference in New Issue
Block a user