QSCTech / zjunet

Command Line Scripts for ZJU (VPN / WLAN / DNS)
GNU General Public License v3.0
302 stars 48 forks source link

Add subnet in route #90

Closed Mythologyli closed 1 year ago

Mythologyli commented 1 year ago

Add 210.32.174.0/24.

https://itc.zju.edu.cn/49790/list.htm Unzip the file, this subnet can be found in DoubleLineRouteMgr.ini:

[FirstLineRouteTable]   //此段中的所有路由走vpn 拨号前的默认网关,即走vpn 隧道外面
0=10.0.0.0/8
1=210.32.0.0/20
2=222.205.0.0/17
3=210.32.128.0/19
4=210.32.160.0/21
5=210.32.168.0/22
6=210.32.172.0/23
7=210.32.174.0/24
8=210.32.176.0/20
9=58.196.192.0/19
10=58.196.224.0/20
[SecondLineRouteTable]  //此段中的所有路由走vpn 拨号连接的默认网关,即走vpn 隧道里面
[OtherCustom0]
determ1ne commented 1 year ago

LGTM