-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (13 loc) · 765 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Required - generate at https://login.tailscale.com/admin/settings/keys
# Use an OAuth client secret (recommended) or a reusable auth key
TS_AUTHKEY=tskey-auth-xxxx
# The name this node appears as in the Tailscale admin console and MagicDNS
# e.g. truenas-tailscale.your-tailnet.ts.net
TS_HOSTNAME=truenas-tailscale
# Extra flags passed to `tailscale up`
# --advertise-tags=tag:container applies ACL tags (must be defined in your Tailscale ACLs)
# --advertise-exit-node enables full-tunnel routing for clients that choose this as an exit node
TS_EXTRA_ARGS=--advertise-exit-node
# Subnet routes to advertise for split-tunnel access
# Comma-separated CIDR ranges. Must be approved in the Tailscale admin console after first run.
TS_ROUTES=10.0.0.0/20