Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virb3/tailscale-bolt
Create self-contained, 1-click scripts, which connect any computer to your TailScale network
https://github.com/virb3/tailscale-bolt
1-click cross-platform easy instant network script tailscale tunnel unattended vpn
Last synced: 29 days ago
JSON representation
Create self-contained, 1-click scripts, which connect any computer to your TailScale network
- Host: GitHub
- URL: https://github.com/virb3/tailscale-bolt
- Owner: ViRb3
- Created: 2021-11-06T00:41:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T21:49:24.000Z (almost 2 years ago)
- Last Synced: 2024-03-19T10:10:43.901Z (8 months ago)
- Topics: 1-click, cross-platform, easy, instant, network, script, tailscale, tunnel, unattended, vpn
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TailScale Bolt
> Create self-contained, 1-click scripts, which connect any computer to your TailScale network.
## Supported platforms
- Linux (amd64, arm, arm64, 386)
- macOS (amd64, arm64)
- Windows (amd64, arm64\*, 386)> \* Works through emulation, simply use the 386 build.
## Usage
1. Create a new file `.authkey` in the root directory of this project and paste your TailScale auth key, without any spaces or new lines.
2. Install the dependencies:
```
msitools axel
```
3. Run [make.sh](make.sh).The resulting scripts will be generated in a `build/` directory.
**NOTE:** Due to platform limitations, closed-source binaries for Windows have to be downloaded from the official TailScale server. These downloads are cached and reused on subsequent builds. If you want to force a full rebuild, simply delete the `build/` directory.
**NOTE2:** TailScale does not currently allow two instances to run at the same time. To work around this, this script will deactivate any existing installation. If you used TailScale before running this script, you _will_ need to re-authenticate afterwards.