teddych / railcontrol

RailControl
GNU General Public License v3.0
25 stars 13 forks source link

Added configuration option to listen to all addresses or localhost (::1) only #1

Closed Mebus closed 3 years ago

Mebus commented 3 years ago

Hey Teddy,

in this branch I implemented a quick solution to make the Webserver listen to ::1 only. What is the LoggingServer used for? This branch restricts it to ::1 in general. Maybe we need a solution for this, too? But it's a problem, because the Logging Server is initialized and used before the configuration has been read? :thinking:

Thanks

Mebus

Mebus commented 3 years ago

Hey @teddych , I pushed a changed version. Can you please check :grinning: !