-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tailscale-control, add exit node, nix support, device state check (#504)
- Loading branch information
1 parent
c19f8ab
commit be15da5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale-control
updated
8 files
+6 −0 | .gitignore | |
+8 −1 | README.md | |
+174 −0 | decky_plugin.pyi | |
+113 −14 | main.py | |
+2 −2 | package.json | |
+7 −7 | pnpm-lock.yaml | |
+0 −25 | src/backend.ts | |
+234 −9 | src/index.tsx |