Skip to content

0.2.0

Choose a tag to compare

@miloschwartz miloschwartz released this 22 Dec 22:09
· 7 commits to main since this release
60c60bc

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