aancw / Belati

The Traditional Swiss Army Knife for OSINT
GNU General Public License v2.0
527 stars 120 forks source link

Changed webserver's ip from loopback to 0.0.0.0 #11

Closed Chan9390 closed 6 years ago

Chan9390 commented 7 years ago

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:

aancw commented 7 years ago

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

Chan9390 commented 7 years ago

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

aancw commented 7 years ago

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 -> https://github.com/aancw/Belati/issues/12