wireguard-ui/util
Matthew Nickson bc6f0f491f
Added MySQL as a datastore
The specific datastore backend to use can now be set by using
command line options or by using environment variables. The default
datastore backend is still jsondb but mysql can now also be used as a
backend. Environment variables have also been added to control settings
relevant to the database. SQL queries are made by directly accessing the
database/sql API. TLS is also supported.

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-03-16 22:49:18 +00:00
..
config.go Added MySQL as a datastore 2022-03-16 22:49:18 +00:00
util.go Changed GetAllocatedIPs to use IStore 2022-03-13 23:21:00 +00:00