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