EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAT cannot be disabled.

gdunstone opened this issue · comments

trying to start with --nat=false results in:

wireguard-ui: error: unexpected false, try --help

Try and run the server without NAT. It defaults to true if not specified and if specified and I cant negate it.

NAT should be disabled

I am running this in docker.

I am also trying to get some iptables rules working to forward traffic between clients, but I'm not particularly hopeful about that.

It should be --no-nat and not --nat=false

ahhh, ok. I see that now in the kingpin docs.