Hi all, i’m attempting to disable snat on my network, how the below command is giving me an error about the flag not being valid.
sudo tailscale up --advertise-routes=192.168.0.0/16 --snat-subnet-routes=false
flag provided but not defined: -snat-subnet-routes
Latest 22.2 version of tailscale on Ubuntu 20.04
Thanks