Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.