summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-08-07 19:44:43 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-08-07 19:44:43 +0200
commitbe6355d272a2c300636723c146c0bbf9be080eae (patch)
tree8813401ff1de8de860fc57d88a1bdd2808a7538c
parentdaccbf4c7f12d1d780f9a74997003883eeb1094a (diff)
downloadchd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.zip
chd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.tar.gz
chd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.tar.bz2
Preivous commit was incomplete.
-rwxr-xr-xbuild-openwrt-dev.sh3
-rwxr-xr-xbuild-openwrt.sh3
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