sourceperl / pyModbusTCP

A simple Modbus/TCP library for Python
MIT License
307 stars 106 forks source link

fix hostname starting with numbers #67

Closed mcxiv closed 1 year ago

mcxiv commented 1 year ago

Hello,

Had this particular case where I needed to expose my Modbus server to the internet. Took the fastest way, with Ngrok, but its hostname (usually) starts with a digit, si I couldn't use the client. (Had to ping, and grab the IP)

Thanks for your work! Quentin

sourceperl commented 1 year ago

Thanks, it's fix in 1637f8a7f0305c7e2063f86785047bc63ffb0a5c. 👍