Skip to content

Releases: mudler/edgevpn

v0.2.0

30 Oct 22:34
Compare
Choose a tag to compare

Changelog

a05e318 🎨 Add footer and API hints. Change main font (more readable)
661b997 🎨 Add services to UI
3690e5d 🎨 Expose recently connected users to UI
dadccf0 📒 Allow to store arbitrary data to the blockchain with sub buckets
4c5e85e 🔒 Shield connections by tracking users connecting to services
64b6f61 📓 Update README
61b69df 🔧 Add ability to expose Services
5839b00 Update README.md

v0.1.1

30 Oct 11:24
Compare
Choose a tag to compare

Changelog

139c93d Respect OTP length key from configuration, set default to 12

v0.1.0

29 Oct 23:29
Compare
Choose a tag to compare

Changelog

eded648 Allow more flexibility to data stored in the blockchain
8a66d15 Allow to join node without bringing up network
9e4fe87 Embed static and simple UI
bccdfb3 Emit inventory data on blockchain
e3cf376 Expose join to cli
17f507e Expose ledger data to api endpoint
5efff8e Refactoring
d03d9d6 Split main
1e670fe Update README

v0.0.8

27 Oct 23:16
Compare
Choose a tag to compare

Changelog

a0ade45 Drop flag parse

v0.0.5

27 Oct 21:49
Compare
Choose a tag to compare

Changelog

2b11da2 Add window interface stub
ff3292c Use blockchain as address table

v0.0.4

14 Oct 19:53
Compare
Choose a tag to compare

Changelog

c893b02 Allow to customize default options
0b6073b Allow to customize listen addresses, move defaults
0b29be6 Enable NATPortMap by default, do not attempt to redial already connected
eeb466a Move fallbacks at the end
578a217 Simplify
bdf90e4 Update go mod

v0.0.3

21 Sep 16:36
Compare
Choose a tag to compare

Changelog

f2a0ee5 Add NetLinkBootstrap to config field
cf558a8 Allow to configure NetLinkBootstrap
403cea1 Gate connections from vpn addresses
bb601cf Update README.md
c68f3c2 dht: connect in goroutine first to avoid blocking startup

v0.0.2

15 May 22:47
Compare
Choose a tag to compare

Changelog

3395670 Print error while exiting

v0.0.1

15 May 12:45
Compare
Choose a tag to compare

Changelog

cb712a1 First import
ba9ede4 Initial commit