https://github.com/maxmcd/render-tailscale-aws-load-balancer
https://github.com/maxmcd/render-tailscale-aws-load-balancer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmcd/render-tailscale-aws-load-balancer
- Owner: maxmcd
- Created: 2024-07-21T17:11:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T18:26:50.000Z (9 months ago)
- Last Synced: 2025-03-17T20:12:01.280Z (about 1 month ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run Tailscale on Render

[Tailscale](https://tailscale.com) is a zero-config VPN service built on top of [Wireguard](https://www.wireguard.com/). It's great for accessing devices and applications behind firewalls, and you can use it to connect to all your private services on Render with this repo.
A Tailscale [subnet router](https://tailscale.com/kb/1019/subnets/) acts as a gateway to your Render private network, enabling connections to any and all internal IPs (of the form `10.x.x.x`) in your Render network.
## Deployment
### One Click Deploy
Use the button below to deploy a Tailscale subnet router on Render. [Generate a Tailscale auth key](https://login.tailscale.com/admin/settings/authkeys) and enter it when prompted. Use a one-off key for maximum security.
## Usage
Deploying this repo will create a subnet router in your Tailscale network. The first time you deploy, you'll need to [enable the subnet routes](https://tailscale.com/kb/1019/subnets/#step-3-enable-subnet-routes-from-the-admin-panel) you want access to from the Tailscale admin panel. Once the subnet router is up and running, you can connect to other private services in your Render network. To find the internal IP address for a Render private service, go to the web shell for your subnet router service and run `dig` with the [private service's host name](https://render.com/docs/private-services#connecting-to-a-private-service) as the only argument.