Merge pull request #4422 from ElvinEfendi/lua-resolv-conf-search
teach lua about search and ndots settings in resolv.conf
This commit is contained in:
commit
dd0fe4b458
8 changed files with 236 additions and 85 deletions
|
|
@ -315,7 +315,7 @@ describe("Balancer", function()
|
|||
}
|
||||
}
|
||||
|
||||
helpers.mock_resty_dns_query({
|
||||
helpers.mock_resty_dns_query(nil, {
|
||||
{
|
||||
name = "example.com",
|
||||
address = "192.168.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue