Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nnanto/natscaled
- Owner: nnanto
- Created: 2020-11-08T02:50:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T03:06:53.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:30:11.801Z (7 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```