mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] I'm a fucking idiot
This commit is contained in:
parent
7f5604653b
commit
8a70c33c40
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ def _domain_is_resolved_locally(public_ip, domain):
|
|||
logger.debug("Couldn't get domain '%s' ip because: %s" % (domain, e))
|
||||
return False
|
||||
|
||||
logger.debug("Domain '%s' ip is %s, except it to be 127.0.0.1 or %s" % (domain, public_ip))
|
||||
logger.debug("Domain '%s' ip is %s, except it to be 127.0.0.1 or %s" % (domain, ip, public_ip))
|
||||
return ip in ["127.0.0.1", public_ip]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue