Fix DNS failures in L4 services
This commit is contained in:
parent
f527441319
commit
f6aded2c51
3 changed files with 103 additions and 6 deletions
|
|
@ -1,9 +1,7 @@
|
|||
-- this is the Lua representation of TCP/UDP Configuration
|
||||
local tcp_udp_configuration_data = ngx.shared.tcp_udp_configuration_data
|
||||
|
||||
local _M = {
|
||||
nameservers = {}
|
||||
}
|
||||
local _M = {}
|
||||
|
||||
function _M.get_backends_data()
|
||||
return tcp_udp_configuration_data:get("backends")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue