ClusterM / usb-serial-telnet-server

Android application that binds a USB serial converter to a Telnet client
GNU General Public License v3.0
56 stars 8 forks source link

Add option to limit connections to localhost. #7

Closed tim-elmer closed 5 months ago

tim-elmer commented 1 year ago

Due to the insecure nature of Telnet, exposing the server to the wireless network the device is on may pose a security risk.

Added setting to limit ServerSocket's bind to the loopback address, preventing other hosts on the network from connecting.

ClusterM commented 5 months ago

Merged. Thank you!