usb-serial-telnet-server icon indicating copy to clipboard operation
usb-serial-telnet-server copied to clipboard

Add option to limit connections to localhost.

Open tim-elmer opened this issue 1 year ago • 0 comments

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.

tim-elmer avatar Sep 22 '23 02:09 tim-elmer