headplane/app
Roberto Matias 908039464a feat: add local DNS override toggle component and action
Implements a user interface toggle component to control the override_local_dns
setting in Headscale. This allows administrators to force clients to use the
configured DNS servers instead of their local DNS configuration.

- Added ToggleOverrideLocalDns component
- Added corresponding action handler in dns-actions.ts
- Added section to the DNS overview panel
- Updated interface to reflect config changes immediately

Fixes #125
2025-03-26 15:45:19 +01:00
..
components feat: reach an initial working stage 2025-03-24 16:15:38 -04:00
layouts feat: reimplement websocket to use hono 2025-03-24 16:15:38 -04:00
routes feat: add local DNS override toggle component and action 2025-03-26 15:45:19 +01:00
server feat: bundle node_modules into the server 2025-03-24 16:15:38 -04:00
types fix: use new headscale user api routes 2025-02-19 13:01:20 -05:00
utils fix: allow hostname passthrough for hono node 2025-03-24 16:15:38 -04:00
entry.client.tsx feat: add react-scan in dev 2025-01-25 12:51:32 -05:00
entry.server.tsx feat: switch to a central singleton handler 2025-03-17 22:21:16 -04:00
root.tsx fix: make useLiveData a context that is pausable 2025-03-24 16:15:38 -04:00
routes.ts feat: switch agent fetching to the server side 2025-03-24 16:15:38 -04:00
tailwind.css chore: switch to react-router v7 2025-01-06 08:19:40 +05:30