Skip to content

Commit ce4f3b3

Browse files
jluebbeSmithChart
authored andcommitted
gluon-core: allow v4 nameservers in the mesh
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
1 parent 1722bc5 commit ce4f3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/gluon-core/check_site.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
need_boolean(in_site({'poe_passthrough'}), false)
6666

6767
if need_table({'dns'}, nil, false) then
68-
need_string_array_match({'dns', 'servers'}, '^[%x:]+$')
68+
need_string_array_match({'dns', 'servers'}, '^[%x:.]+$')
6969
need_number({'dns', 'cacheentries'}, false)
7070
end
7171

0 commit comments

Comments
 (0)