mirror of
https://github.com/netchx/netch.git
synced 2026-05-05 22:35:48 +08:00
Update TUNTAPController.cs
This commit is contained in:
@@ -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 适配器
|
||||
|
||||
Reference in New Issue
Block a user