Allow IP 0.0.0.0

This commit is contained in:
Andreas Zweili 2023-07-22 16:40:59 +02:00
parent ea33c3ffea
commit c52bc7c382
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from .base import *
ALLOWED_HOSTS = [
"localhost",
"127.0.0.1",
"0.0.0.0",
getfqdn(),
gethostname(),
gethostbyname(gethostname()),