🍉 Sync 2026-03-28 20:20:21

This commit is contained in:
github-actions[bot]
2026-03-28 20:20:21 +08:00
parent 344bf257f5
commit e732442006
20 changed files with 447 additions and 369 deletions
@@ -82,7 +82,7 @@ const listen_interfaces = uci.get(uciconf, uciroute, 'listen_interfaces') || nul
lan_proxy_mac_addrs = uci.get(uciconf, uciroute, 'lan_proxy_mac_addrs') || null,
proxy_router = (uci.get(uciconf, uciroute, 'proxy_router') === '0') ? null : true,
top_upstream = (uci.get(uciconf, uciroute, 'top_upstream') === '1') || null,
client_enabled = uci.get(uciconf, uciroute, 'client_enabled' === '1') || null,
client_enabled = (uci.get(uciconf, uciroute, 'client_enabled') === '1') || null,
routing_tcpport = uci.get(uciconf, uciroute, 'routing_tcpport') || [],
routing_udpport = uci.get(uciconf, uciroute, 'routing_udpport') || [],
routing_mode = uci.get(uciconf, uciroute, 'routing_mode') || null,