This pull request fixes an issue with readHostPostM by adding support for underscores in hostnames (e.g. snake-casing). The use of snake-cased hostnames is a common pattern, especially when orchestrating services using any YAML-based configuration scheme (e.g. Docker Compose).
RELATED ISSUES
Closes #108: readHostPortM fails if the hostname contains an underscore
COMPLETED TASKS
Added underscores to the list of allowed characters in hostnames in readHostPortM.
SUMMARY
This pull request fixes an issue with
readHostPostM
by adding support for underscores in hostnames (e.g. snake-casing). The use of snake-cased hostnames is a common pattern, especially when orchestrating services using any YAML-based configuration scheme (e.g. Docker Compose).RELATED ISSUES
COMPLETED TASKS
readHostPortM
.