diff --git a/VERSION b/VERSION index a9ef8b6..7ea932f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6-2 +0.2.7-1 diff --git a/lib/route.sh b/lib/route.sh index 3d7a9af..8963951 100755 --- a/lib/route.sh +++ b/lib/route.sh @@ -67,8 +67,6 @@ case "$gateway" in 10.189.*) ip route replace 10.50.200.245 via $gateway ;; - 10.171.*) - ;; *) # 内网静态路由 # See also: #18 (thanks Hexcles Ma)