mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Change text, it's an IPv6 tunnel only
This commit is contained in:
parent
c322bf4732
commit
0188d1d02c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@
|
|||
{
|
||||
if (mArray.openmptcprouter.tun6_state == "DOWN")
|
||||
{
|
||||
statusMessage += _('VPN IPv6 tunnel DOWN') + '<br/>';
|
||||
statusMessage += _('IPv6 tunnel DOWN') + '<br/>';
|
||||
} else if (mArray.openmptcprouter.wan_addr6 == '')
|
||||
{
|
||||
statusMessage += _('No IPv6 access') + '<br/>';
|
||||
|
|
Loading…
Reference in a new issue