luci-app-homeproxy: sync upstream

last commit: c8d9c10688
This commit is contained in:
gitea-action 2024-12-04 13:30:20 +08:00
parent 41564f5f84
commit ef07d40de4
2 changed files with 1 additions and 5 deletions

View File

@ -593,10 +593,6 @@ config.route = {
{
inbound: 'dns-in',
outbound: 'dns-out'
},
{
protocol: 'dns',
outbound: 'dns-out'
}
],
rule_set: [],

View File

@ -119,7 +119,7 @@ uci.foreach(uciconfig, uciserver, (cfg) => {
certificate_path: cfg.tls_cert_path,
key_path: cfg.tls_key_path,
acme: (cfg.tls_acme === '1') ? {
domain: cfg.tls_acme_domains,
domain: cfg.tls_acme_domain,
data_directory: HP_DIR + '/certs',
default_server_name: cfg.tls_acme_dsn,
email: cfg.tls_acme_email,