Hello everyone! I am now looking to get Exit mode set up <sudo tailscale up --advertise-exit-node> and encountering the following error
Error: changing settings via ‘tailscale up’ requires mentioning all non-default flags. To proceed, either re-run your command with --reset or use the command below to explicitly mention the current value of all non-default settings:
tailscale up --advertise-exit-node --accept-routes
- Would include a -reset flag change any established configuration settings?
- How would one identify the value of all non-default settings?
- What would be the syntax for a code line novice?
sudo tailscale up --advertise-exit-node -reset?