You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a big deal but when we run "sudo ./wag gen-config" it generates the config file with
"NAT": null
When starting up the service I see NAT is enabled: Set routing mode to MASQUERADE (NAT)
Shouldn't the confg generator default "NAT": true instead of null? The null here makes me think that NAT is off. Not a big deal but just wanted to mention it if you could fix it in the next release.
The text was updated successfully, but these errors were encountered:
Yep! Thats entirely fair, I've been a bit slow on this project recently due to getting the clustering all working. So changes like this are a bit on the back burner (especially as I plan to remove the cli config generation in favor of a web UI at some point)
It's not a big deal but when we run "sudo ./wag gen-config" it generates the config file with
"NAT": null
When starting up the service I see NAT is enabled: Set routing mode to MASQUERADE (NAT)
Shouldn't the confg generator default "NAT": true instead of null? The null here makes me think that NAT is off. Not a big deal but just wanted to mention it if you could fix it in the next release.
The text was updated successfully, but these errors were encountered: