delph-in / fftb

Full-forest Treebanker
MIT License
0 stars 0 forks source link

remote connections #1

Closed arademaker closed 4 years ago

arademaker commented 4 years ago

In https://github.com/delph-in/fftb/blob/master/web.c#L1292, the server is configured to listen to the localhost only, making remote connections only possible via an extra tool for port forwarding like https://www.nginx.com. But making addr.sin_addr.s_addr = 0 would allow remote connections.