mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
zblerg
This commit is contained in:
parent
1a07839b5f
commit
e82849492b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class MyDiagnoser(Diagnoser):
|
|||
return local_ip
|
||||
|
||||
def is_ipvx_important(x):
|
||||
return settings_get("misc.network.dns_exposure") == "both" or "ipv"+str(x)
|
||||
return settings_get("misc.network.dns_exposure") in ["both", "ipv"+str(x)]
|
||||
|
||||
yield dict(
|
||||
meta={"test": "ipv4"},
|
||||
|
|
Loading…
Add table
Reference in a new issue