Releases: fosrl/cli
Releases · fosrl/cli
0.2.0
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-dnsto support sending DNS queries over the tunnel to private resources - Update Olm and Newt
New Contributors
- @water-sucks made their first contribution in #1
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
What's Changed
- Rename
--dnsflag to--netstack-dns - Fix comma separated
--upstream-dnsflag parsing - Fix broken data type parsing in org policy
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
First Release!
Full Changelog: https://github.com/fosrl/cli/commits/0.1.0