mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add filter_aaa dnsmasq setting info in local API
This commit is contained in:
parent
7f695c77ba
commit
c1d3318f5e
2 changed files with 13 additions and 1 deletions
|
@ -232,7 +232,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
|
|||
if (mArray.openmptcprouter.tun6_state == "DOWN")
|
||||
{
|
||||
statusMessage += '<%:IPv6 tunnel DOWN%>' + '<br/>';
|
||||
} else if (mArray.openmptcprouter.wan_addr6 == '')
|
||||
} else if (mArray.openmptcprouter.wan_addr6 == '' && mArray.openmptcprouter.dns_filter_aaaa == false)
|
||||
{
|
||||
statusMessage += '<%:No IPv6 access%>' + '<br/>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue