mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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
|
STOP=10
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
|
. /usr/lib/unbound/iptools.sh
|
||||||
|
|
||||||
_bypass_ip() {
|
_bypass_ip() {
|
||||||
local ip="$1"
|
local ip="$1"
|
||||||
valid_ip4=$( valid_subnet4 $ip)
|
valid_ip4=$( valid_subnet4 $ip)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue