Update mw.py

This commit is contained in:
Mr Chen 2024-11-28 19:08:22 +08:00
parent ee206f014d
commit de3f2ab4d2
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ def checkDomainPanel():
ip = getHostAddr()
if domain == '':
print(current_host.strip().lower(), ip.strip().lower())
if ip in ['127.0.0.1', 'localhost', '::1']:
return False
if current_host.strip().lower() != ip.strip().lower():