Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T03:11:18.000Z (9 months ago)
- Last Synced: 2024-04-22T04:48:45.667Z (9 months ago)
- Topics: golang, proxy, simple, tailscale
- Language: Go
- Homepage:
- Size: 43.9 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.