Update TUNTAPController.cs

This commit is contained in:
Amazing_DM
2020-04-11 14:08:49 +08:00
committed by GitHub
parent 8f14b030bb
commit 3f59a63766

View File

@@ -39,7 +39,7 @@ namespace Netch.Controllers
public DNSController pDNSController = new DNSController();
// ByPassLan IP
List<string> BypassLanIPs = new List<string>() { "10.0.0.0/8", "172.16.0.0/16", "192.168.0.0/24" };
List<string> BypassLanIPs = new List<string>() { "10.0.0.0/8", "172.16.0.0/16", "192.168.0.0/16" };
/// <summary>
/// 配置 TUNTAP 适配器