Skip to content

v2.0.3

Compare
Choose a tag to compare
@NHAS NHAS released this 23 Dec 09:31
· 563 commits to main since this release

Tiny little release that creates /status/ endpoint on the vpn.

WARNING, this REMOVES /routes/, as that information has been rolled into /status

Features:

  • /status/ endpoint that returns a json object in the following format:
struct {
		IsAuthorised bool
		Routes       []string
}

Breaking Changes:

  • /routes/ has been removed as this information is now contained within the /status/ endpoint