https://github.com/bastos/tsproxy
A dead-simple HTTP proxy that creates a Tailscale private service
https://github.com/bastos/tsproxy
golang proxy simple tailscale
Last synced: 3 months ago
JSON representation
A dead-simple HTTP proxy that creates a Tailscale private service
- Host: GitHub
- URL: https://github.com/bastos/tsproxy
- Owner: bastos
- License: unlicense
- Created: 2022-11-12T15:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T03:30:10.000Z (about 1 year ago)
- Last Synced: 2025-02-09T10:10:04.844Z (5 months ago)
- Topics: golang, proxy, simple, tailscale
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsproxy
A dead-simple HTTP proxy that creates a [Tailscale](https://tailscale.com/) [private service](https://tailscale.com/blog/tsnet-virtual-private-services/).
## Usage
To create a service named `app` that will proxy a service running on the port `8814`:
```
tsproxy --origin=http://localhost:8814 --hostname app
```You can access this URL on your browser `http://app`.
Note: [MagicDNS](https://tailscale.com/kb/1081/magicdns/) must be enabled.