Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nnanto/natscaled

NAT server (cluster) with peers bootstrapped using tailscale
https://github.com/nnanto/natscaled

Last synced: 4 months ago
JSON representation

NAT server (cluster) with peers bootstrapped using tailscale

Awesome Lists containing this project

README

        

# NATScaled

NAT scaled server forms a cluster of NAT servers using TailScale to identify other remote peer servers. In addition to providing discovery mechanism,
tailscale also provides secure data transfer.

## Building and Running

Run `make build` to generate binary

Usage: `./natserver.go` (*when running the server with **-tsd** , run it with **sudo** command*)

```
-serverName string # name of the server
-tsd # start tailscale daemon
-v # enable logging
```