From 794113d7f2bb18376026415e5bdd779da5f96b41 Mon Sep 17 00:00:00 2001 From: Senorsen Date: Tue, 17 May 2016 09:18:05 +0800 Subject: [PATCH] remove 10.171.* fixed #56 --- VERSION | 2 +- lib/route.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)