https://github.com/adrianosela/vpn
A DIY secure communication channel in Go
https://github.com/adrianosela/vpn
Last synced: 3 months ago
JSON representation
A DIY secure communication channel in Go
- Host: GitHub
- URL: https://github.com/adrianosela/vpn
- Owner: adrianosela
- Created: 2019-09-12T18:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T00:59:27.000Z (over 5 years ago)
- Last Synced: 2024-06-19T15:06:29.836Z (12 months ago)
- Language: Go
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vpn
#### Prerequisistes:
You need [Go](https://golang.org/dl/) for your operating system
#### Build binary:
```
go build
```#### Run binary:
```
./vpn -uiport ${UI_PORT}
```
where UI_PORT is any unused TCP port