Skip to content

V0.6.0 Localhost Access

Latest
Compare
Choose a tag to compare
@Aptimex Aptimex released this 26 Nov 00:33
034c06d

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

Full Changelog: v0.5.0...v0.6.0