mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Display whois of IPv6 address in status page if not same as IPv4 whois
This commit is contained in:
parent
5b9f6a8ed0
commit
18f2034668
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
|
|||
{
|
||||
content += String.format('%s %s<br />','<%:whois:%>', whois);
|
||||
}
|
||||
if(whois6 !== '')
|
||||
if(whois6 !== '' && whois6 != whois)
|
||||
{
|
||||
content += String.format('%s %s<br />','<%:whois:%>', whois6);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue