Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzakaria/lametun
This is a very minimalistic demonstration of how to setup a VPN-like tunnel.
https://github.com/fzakaria/lametun
golang networking vpn vpn-tunnel wireguard
Last synced: about 1 month ago
JSON representation
This is a very minimalistic demonstration of how to setup a VPN-like tunnel.
- Host: GitHub
- URL: https://github.com/fzakaria/lametun
- Owner: fzakaria
- License: apache-2.0
- Created: 2020-09-21T04:20:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T21:38:00.000Z (over 4 years ago)
- Last Synced: 2024-05-02T06:04:39.004Z (9 months ago)
- Topics: golang, networking, vpn, vpn-tunnel, wireguard
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lametun
This is a very minimalistic demonstration of how to setup a VPN-_like_ tunnel.
It offers **no encryption** and is meant solely as a learning excercise.One of the machines running _lametun_ must have a public IP & will be the designated "server".
```bash
./lametun -listen
```The other machine which may behind a NAT must specify the public IP of the server.
```bash
./lametun -server 54.219.126.112
```The _default port_ is **1234**. Make sure to allow the UDP port in your firewall rules or cloud VPCs.