Closed wschoenell closed 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
This PR fixes #100 by changing the host to
None
when thehost: 0.0.0.0
is set on thechimera
sction of the configuration file.