astroufsc / chimera

Chimera - Observatory Automation System
http://chimera.sf.net/
GNU General Public License v2.0
36 stars 19 forks source link

Listen on ALL interfaces when host is 0.0.0.0 #107

Closed wschoenell closed 9 years ago

wschoenell commented 9 years ago

This PR fixes #100 by changing the host to None when the host: 0.0.0.0 is set on the chimera sction of the configuration file.

wschoenell commented 9 years ago

We were using this enhancement on LNA and T80S without noticing any issue and the patch works as expected.

$ sudo netstat -an | grep  766
tcp4       0      0  *.7669                 *.*                    LISTEN
tcp4       0      0  *.7666                 *.*                    LISTEN