Extend the set of allowed hosts slightly.

- Legacy-Id: 7291
This commit is contained in:
Henrik Levkowetz 2014-02-22 20:37:47 +00:00
parent 2f274bdad8
commit b1ae148580

View file

@ -34,7 +34,7 @@ ADMINS = (
('Ryan Cross', 'rcross@amsl.com'),
)
ALLOWED_HOSTS = [".ietf.org", "4.31.198.44", ]
ALLOWED_HOSTS = [".ietf.org", ".ietf.org.", "209.208.19.216", "4.31.198.44", ]
# Server name of the tools server
TOOLS_SERVER = 'tools.' + IETF_DOMAIN