1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Fix ipv4 and ipv6 check

This commit is contained in:
Ycarus 2018-07-10 11:04:23 +02:00
parent beab5cb81f
commit 598f2f43fa

View file

@ -5,6 +5,8 @@ START=99
STOP=10
USE_PROCD=1
. /usr/lib/unbound/iptools.sh
_bypass_ip() {
local ip="$1"
valid_ip4=$( valid_subnet4 $ip)