opensourcehacker / sevabot

A Skype bot supporting integration with external services
http://sevabot-skype-bot.readthedocs.org/
565 stars 121 forks source link

Listener uses single IP instead of 0.0.0.0:5000 #59

Closed tc0nn closed 10 years ago

tc0nn commented 10 years ago

Can we get sevabot to listen to 0.0.0.0:5000 instead of just (example) 1.2.3.4:5000? Seems when my DHCP IP address changes, the listener doesn't... Until restarted.

tc0nn commented 10 years ago

Looks like you can simply edit the listening IP to 0.0.0.0 in settings.py:

: Where we run our HTTP interface

HTTP_HOST = "0.0.0.0"