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

extend plugin architecture to support dynamic route refresh loop #299

Open
lts-rad opened this issue Mar 21, 2024 · 0 comments
Open

extend plugin architecture to support dynamic route refresh loop #299

lts-rad opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lts-rad
Copy link
Contributor

lts-rad commented Mar 21, 2024

today SPR will dynamically refresh a route to a device since it can be connected to the network in several ways:

  • wired ethernet
  • wired ethernet VLAN
  • wifi
  • wireguard VPN

we can extend the plugin architecture so that plugins can also declare routes for devices

further more, we can extend device identity to include custom attributes from plugins also

together, this will let people connect devices to SPR in new ways without UI plugins needing to reinvent the wheel, so to speak.

One thing to get right is IP management. A VPN like tailscale uses CGNAT. don't want plugins breaking routing for everyone else or hijacking traffic heading upstream

@lts-rad lts-rad added the enhancement New feature or request label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant