Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Changed webserver's ip from loopback to 0.0.0.0 #11

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

Chan9390
Copy link
Contributor

I have changed the Django's web server binding address from 127.0.0.1 (loopback) to 0.0.0.0.
Check here to know more about difference between 127.0.0.1 and 0.0.0.0

Advantages by changing to 0.0.0.0:

  • Now Django server will listen on every available network interface on port 8000
  • This also helps running Belati on a remote system, and retrieve the results using remote machine's IP address

@aancw
Copy link
Owner

aancw commented Sep 27, 2017

Thanks! I will implementing web-server-only mode too, so we can view web django without running Belati from the beginning :)

@Chan9390
Copy link
Contributor Author

Great idea. Also, I feel it would be better if you could release next version after you implement it.

@aancw aancw added the todo label Sep 27, 2017
@aancw
Copy link
Owner

aancw commented Sep 27, 2017

Yep of course. This is the first look for next version:
belati-firstlook

I'm still hold update for the next version :)

My todo-list -> #12

@aancw aancw merged commit ab91e5a into aancw:master Oct 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants