summaryrefslogtreecommitdiff
path: root/build-openwrt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-openwrt.sh')
-rwxr-xr-xbuild-openwrt.sh3
1 files changed, 1 insertions, 2 deletions
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