Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALLOW_HOSTS #32

Open
gregtampa opened this issue Mar 11, 2016 · 2 comments
Open

ALLOW_HOSTS #32

gregtampa opened this issue Mar 11, 2016 · 2 comments

Comments

@gregtampa
Copy link

can we get an example in the settings.py file of allow hosts formatting?

@EduKepczynski
Copy link

I'm using dionaeafr on my home network and on another notebook configured in DMZ.
In both I added their respective IP addresses on the allowed hosts. Here is an example:

ALLOWED_HOSTS = ['localhost','192.168.0.102']

That's all I did to make it work.

@arthinhamzah
Copy link

arthinhamzah commented Nov 7, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants