Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Exit node environment variables #6

Open
RoboMagus opened this issue Aug 7, 2023 · 0 comments
Open

Incorrect Exit node environment variables #6

RoboMagus opened this issue Aug 7, 2023 · 0 comments

Comments

@RoboMagus
Copy link

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 ]; then
    echo '[!] 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant