v0.6.2: Support macOS and Windows!
fsmv
released this
11 Jul 04:26
Additionally:
- Automatically detect TLS support from backends registered with
portal. If you setup your server to use a self-signed cert then the
connection will be fully encrypted.
- Add portal flags for the RPC port and the port range to lease out to
clients. I just forgot I had it as constants. Now I can avoid testing
in prod!
- Fix a bug where if you ran it with $GOPATH/bin in your $PATH it would
fail to copy the megabinary.
- Update dependency versions. I had forgotten about this and didn't
realize that go never updates it automatically after it is added.
The github security checker notified me.