🦄 Sync 2025-11-19 00:12:59

This commit is contained in:
actions-user
2025-11-19 00:12:59 +08:00
parent ef0522cdf1
commit 0a3d5769b9
2 changed files with 2 additions and 1 deletions

View File

@@ -1237,7 +1237,7 @@ function gen_config(var)
_remote_dns.address = remote_dns_udp_server
_remote_dns.port = tonumber(remote_dns_udp_port) or 53
else
address = "tcp://" .. remote_dns_tcp_server .. ":" .. tonumber(remote_dns_tcp_port) or 53
_remote_dns.address = "tcp://" .. remote_dns_tcp_server .. ":" .. tonumber(remote_dns_tcp_port) or 53
end
local _remote_dns_host