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:
parent
beab5cb81f
commit
598f2f43fa
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue