https://github.com/gfleury/solo
P2P VPN service
https://github.com/gfleury/solo
iot libp2p p2p sdn vpn
Last synced: 9 days ago
JSON representation
P2P VPN service
- Host: GitHub
- URL: https://github.com/gfleury/solo
- Owner: gfleury
- Created: 2023-09-15T11:30:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T08:11:36.000Z (over 1 year ago)
- Last Synced: 2025-08-09T21:44:27.872Z (7 months ago)
- Topics: iot, libp2p, p2p, sdn, vpn
- Language: Go
- Homepage:
- Size: 414 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solo VPN
Fully p2p VPN service. Inspired by github.com/mudler/edgevpn.
- Easy creation of software defined networks
- Connect many hosts in a mesh network
- Connectivity using libp2p [https://libp2p.io/]
- Inter node trust using Ed25519 public/private keys
- VPN streams encrytion using Noise with node keys (which goes on top of libp2p encryption)
- GZIP packet compression
Access https://web.fleury.gg, login and create a network.
Host:
```
$ ./solo register
$ sh node2.sh
```
Copy the code it will generate go back into https://web.fleury.gg
and add a new host and use the code to register the node into a
specific network. Repeat in many hosts as you like.
It might take up to 1 minute to synchronize all streams.