Skip to content

1.0.0-beta.2

Compare
Choose a tag to compare
@miloschwartz miloschwartz released this 08 Jan 03:50
· 73 commits to main since this release
235e912

What's Changed

  • Split base_url into dashboard_url and base_domain in config to support two-part domain TLD
    • dashboard_url: The full URL by which you access the Pangolin dashboard, like https://proxy.example.com
    • base_domain: The root of your domain, like example.com
  • Be more flexible about which strings are accepted as target IP

New Contributors