mirror of
https://github.com/kenzok8/small.git
synced 2025-01-09 04:29:21 +08:00
update 2024-06-05 20:20:27
This commit is contained in:
parent
3b67abdbcf
commit
820b561a66
@ -73,7 +73,7 @@ local doh_validate = function(self, value, t)
|
||||
for i = 1, #val do
|
||||
local v = val[i]
|
||||
if v then
|
||||
if not datatypes.ipmask4(v) then
|
||||
if not datatypes.ipmask4(v) and not datatypes.ipmask6(v) then
|
||||
flag = 1
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user