subspace
subspace copied to clipboard
A simple WireGuard VPN server GUI
Currently, the readme has a number of docker run commands. Docker compose is a great tool to automate all the needed docker run flags behind a simple `docker-compose up`. Still...
This PR include : ### Change the IPv4/v6 Pool via environment variables : - **SUBSPACE_IPV4_POOL** - **SUBSPACE_IPV6_POOL** ### Change the IPv4/v6 Gateway via environment variables : ( .1 or :1...
Fixes a few issues #90 and #79 runsysv doesn't use env vars from the current shell. It looks like it just gets the `$PATH` env This will allow the endpoint,...
* Switch to using go modules * `go build`does the right thing * Note: I did not check _go.sum_ in, but it can also be done * Use _go-bindata_ via...
Signed-off-by: Ameya Shenoy
Allows the user to set the nameserver by setting the 'NAMESERVER' environment variable to the value of their choice. Defaults to Cloudflare DNS. Solves #41.
While the default (51820) might work for some, I was already using that port on my network. I was surprised to see that it wasn't possible to change the port...