[downstream] lax dns check to allow v4

This commit is contained in:
Maciej Krüger 2021-12-17 05:24:45 +01:00 committed by Alexander List
parent 28db34d0b1
commit 8b6abdbe6f

View File

@ -65,7 +65,7 @@ end
need_boolean(in_site({'poe_passthrough'}), false) need_boolean(in_site({'poe_passthrough'}), false)
if need_table({'dns'}, nil, false) then if need_table({'dns'}, nil, false) then
need_string_array_match({'dns', 'servers'}, '^[%x:]+$') -- need_string_array_match({'dns', 'servers'}, '^[%x:]+$')
end end
need_string_array(in_domain({'next_node', 'name'}), false) need_string_array(in_domain({'next_node', 'name'}), false)