New Features
Localhost IP Redirection: Servers can be configured (or added) with a --localhost-ip
that will redirect to the Server host's 127.0.0.1
address. This allows you to access services listening on localhost ports without configuring individual port redirects for each one.
Server Network Interface Enumeration: Use the new -n
flag when running the status
command to get a list of all the network interfaces available in Server host operating systems, and the IP addresses and netmasks assigned to each.
Improvements
The status
commands queries all servers simultaneously now, which should significantly reduce output wait times when multiple servers cannot be reached.
Commits
- Readme updates by @Aptimex in #67
- Localhost server access by @Aptimex in #68
- Server Network Interface Enumeration by @Aptimex in #69
- Status improvements by @Aptimex in #70
Full Changelog: v0.5.0...v0.6.0