Skip to content

Releases: fosrl/cli

0.2.0

22 Dec 22:09
60c60bc

Choose a tag to compare

What's Changed

  • feat(auth): support multiple accounts by @water-sucks in #1
  • refactor: use functions to init cobra commands, flatten cmd structures by @water-sucks in #3
  • feat(select): add basic completion flags by @water-sucks in #4
  • Add --tunnel-dns to support sending DNS queries over the tunnel to private resources
  • Update Olm and Newt

New Contributors

Full Changelog: 0.1.2...0.2.0

Multi-Account Support

Warning

As a result of this update, you will be logged out of your existing account upon updating. You can simply log back in after updating.

This update enables you to login to more than one Pangolin account and switch between them easily. Use pangolin login to add an account and pangolin select account to switch accounts.

Tunnel DNS

You can now send DNS queries over the tunnel to a private resource in Pangolin. This enables you to use a self-hosted DNS server on the LAN of a Newt site, like Pi-Hole.

Example: pangolin up --tunnel-dns --upstream-dns 192.168.1.192

0.1.2

17 Dec 03:37
d02bc14

Choose a tag to compare

What's Changed

  • Rename --dns flag to --netstack-dns
  • Fix comma separated --upstream-dns flag parsing
  • Fix broken data type parsing in org policy

Full Changelog: 0.1.1...0.1.2

0.1.1

11 Dec 22:24
520926d

Choose a tag to compare

What's Changed

  • Update Olm and Newt packages

Full Changelog: 0.1.0...0.1.1

0.1.0

08 Dec 19:00
568c7e2

Choose a tag to compare

First Release!

Full Changelog: https://github.com/fosrl/cli/commits/0.1.0