deasmi / unraid-tailscale

Docker build files for tailscale on unpaid
MIT License
59 stars 29 forks source link

Add UP_FLAGS optional env var #4

Closed shayne closed 3 years ago

shayne commented 3 years ago

Thank you putting together this container!

I needed one small change that would allow me to pass the flag -advertise-routes 192.168.1.0/24 to the tailscale up command in the entrypoint.

This change adds an optional UP_FLAGS env var which is picked up by the entrypoint and solves my issue.