Portal v1.2.2 brings some code maintenance as well as some new features.
Raw portal command
- Makes it possible to run portal without the fancy tui.
- This behavior is controlled by the
--tui-styleflag and the configuration optiontui_stylewith the valuesrich | raw
Default port config for portal serve
- Added
relay_serve_port: 8080as a configurable default port for the relay server.
Change of the default relay server
- Change the default relay address to
portal.spatiumportae.com - The domain has SSL configured, which adds another layer of security to your connections when using the default relay.
- Save your config and run
portal config resetto set the new defaults.
Removed relay address validation
- Now you can try any format you'd like, and
portalwill either parse it correctly or not depending on how the stdlib networking libraries handle things. The validation we did before had too many false negatives. Go crazy!
Hyperdrive on Relay!
- There is now a static webpage for the relay, displaying the version of the relay with some sweet effects!
- Check it out here!
