luci-app-passwall: sync upstream

last commit: 9f53ba6d39
This commit is contained in:
gitea-action 2024-12-13 20:30:16 +08:00
parent 5a727123cb
commit d82cbea9a7

View File

@ -1120,8 +1120,7 @@ function gen_config(var)
local _remote_dns = { local _remote_dns = {
--_flag = "remote", --_flag = "remote",
address = "tcp://" .. remote_dns_tcp_server, address = "tcp://" .. remote_dns_tcp_server .. ":" .. tonumber(remote_dns_tcp_port) or 53
port = tonumber(remote_dns_tcp_port)
} }
local _remote_dns_host local _remote_dns_host