cmd/tailscale/cli: fix TUNmode display on synology web page (#7064)

Fixes #7059

Signed-off-by: Jenny Zhang <jz@tailscale.com>

Signed-off-by: Jenny Zhang <jz@tailscale.com>
(cherry picked from commit 2d29f77b24)
release-branch/1.36
phirework 2023-01-25 13:22:19 -05:00 committed by Brad Fitzpatrick
parent ab998de989
commit 50cf21a779
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
</div>
{{ if .IsSynology }}
<div class="border border-gray-200 bg-orange-0 rounded-lg p-2 pl-3 pr-3 mb-8 width-full text-orange-800">
Outgoing access {{ if true }}enabled{{ else }}not configured{{ end }}.
Outgoing access {{ if .TUNMode }}enabled{{ else }}not configured{{ end }}.
<nobr><a href="https://tailscale.com/kb/1152/synology-outbound/"
class="font-medium link"
target="_blank"