We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1722bc5 commit ce4f3b3Copy full SHA for ce4f3b3
package/gluon-core/check_site.lua
@@ -65,7 +65,7 @@ end
65
need_boolean(in_site({'poe_passthrough'}), false)
66
67
if need_table({'dns'}, nil, false) then
68
- need_string_array_match({'dns', 'servers'}, '^[%x:]+$')
+ need_string_array_match({'dns', 'servers'}, '^[%x:.]+$')
69
need_number({'dns', 'cacheentries'}, false)
70
end
71
0 commit comments