mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
🍉 Sync 2026-03-28 20:20:21
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user