subspacecommunity / subspace

A fork of the simple WireGuard VPN server GUI community maintained
MIT License
1.8k stars 131 forks source link

Corrections to README to account for existing bugs, at least until addressed? #203

Closed unquietwiki closed 3 years ago

unquietwiki commented 3 years ago

Edit: I need to emphasize this isn't nitpicking; the software itself is fantastic (the G-Suite integration worked like a charm). These gotchas are the obstacles I ran into getting my own environment going, that I'm sure other new users will be running into as well.

gchamon commented 3 years ago

Published a note to address the docker tag issue. Currently reviewing a PR that might fix #158

Didn't see a bug on this, but noticed SUBSPACE_IPV6_NAT_ENABLED=true as an example in the current README. That can also be set to 0, as well as SUBSPACE_IPV4_NAT_ENABLED; but setting both to 0 or false will cause errors saying you have to have at least one NAT turned on. That behavior only makes sense if SUBSPACE_ALLOWED_IPS is not default.

Could you open a separate issue for this?

unquietwiki commented 3 years ago

Published a note to address the docker tag issue. Currently reviewing a PR that might fix #158

Didn't see a bug on this, but noticed SUBSPACE_IPV6_NAT_ENABLED=true as an example in the current README. That can also be set to 0, as well as SUBSPACE_IPV4_NAT_ENABLED; but setting both to 0 or false will cause errors saying you have to have at least one NAT turned on. That behavior only makes sense if SUBSPACE_ALLOWED_IPS is not default.

Could you open a separate issue for this?

@gchamon done! Thanks!