Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only route local dns to active sessions #60

Merged
merged 3 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Only route local dns to active sessions

    - Users may want to view other linkup sessions, or preview environments.
    - With local-dns enabled, all these are routed to the local server where
      the session does not exist
    - Default dnsmasq to route to the public internet, but add special rules
      for the active local session instead
    ostenbom committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e1e4d66 View commit details
    Browse the repository at this point in the history
  2. Bump cli version

    ostenbom committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    53b1db6 View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    ostenbom committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    56d26c3 View commit details
    Browse the repository at this point in the history