net.dns: Allow a zone id in resolv.conf (eg like %eth0)

This commit is contained in:
Kim Alvefur 2016-01-04 15:46:06 +01:00
parent e03302f412
commit 58885565fe

View file

@ -600,7 +600,7 @@ function resolver:adddefaultnameservers() -- - - - - adddefaultnameservers
if resolv_conf then
for line in resolv_conf:lines() do
line = line:gsub("#.*$", "")
:match('^%s*nameserver%s+([%x:%.]*)%s*$');
:match('^%s*nameserver%s+([%x:%.]*%%?%S*)%s*$');
if line then
local ip = new_ip(line);
if ip then