From be6355d272a2c300636723c146c0bbf9be080eae Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Tue, 7 Aug 2018 19:44:43 +0200 Subject: Preivous commit was incomplete. --- build-openwrt-dev.sh | 3 +-- build-openwrt.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-openwrt-dev.sh b/build-openwrt-dev.sh index 31eccb6..9f2021c 100755 --- a/build-openwrt-dev.sh +++ b/build-openwrt-dev.sh @@ -44,8 +44,7 @@ profile=$1 ip4pub=$2 case "$ip4pub" in - 185.131.40.*) ;; - 185.131.41.*) ;; + 185.131.4[0-3].[0-9]*) ;; *) echo "Unknown Ip4 $ip4pub"; exit 3;; esac diff --git a/build-openwrt.sh b/build-openwrt.sh index 95a79a5..e5c1019 100755 --- a/build-openwrt.sh +++ b/build-openwrt.sh @@ -44,8 +44,7 @@ profile=$1 ip4pub=$2 case "$ip4pub" in - 185.131.40.*) ;; - 185.131.41.*) ;; + 185.131.4[0-3].[0-9]*) ;; *) echo "Unknown Ip4 $ip4pub"; exit 3;; esac -- cgit v1.1