mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.dns: Allow a zone id in resolv.conf (eg like %eth0)
This commit is contained in:
parent
e03302f412
commit
58885565fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue