Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.