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
While trying to configure the docker mod for creating an exit node I came accross an inconsistency in the use of environment variables causing the setup of exit node to be more problematic than it should be:
if [ -v TAILSCALE_BE_EXIT_NODE ];thenecho'[!] acting as an exit node, you may need to approve this in the admin console'
FLAGS="${FLAGS} --advertise-exit-node=${TS_BE_EXIT_NODE}"fi
As well as it not being mentioned in the documentation.
The text was updated successfully, but these errors were encountered:
While trying to configure the docker mod for creating an exit node I came accross an inconsistency in the use of environment variables causing the setup of exit node to be more problematic than it should be:
As well as it not being mentioned in the documentation.
The text was updated successfully, but these errors were encountered: