github NHAS/wag v2.0.3

latest releases: v8.0.0-beta17, v8.0.0-beta16, v8.0.0-beta15...
18 months ago

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

Don't miss a new wag release

NewReleases is sending notifications on new releases.