ipn/localapi: send Tailscale version in ACME User-Agent (#5499)

Requested by a friend at Let's Encrypt.

Signed-off-by: Andrew Dunham <andrew@tailscale.com>
This commit is contained in:
Andrew Dunham
2022-08-30 16:48:59 -04:00
committed by GitHub
parent 761163815c
commit 1ac4a26fee
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ var Long = ""
// Short is a short version number for this build, of the form
// "x.y.z" for builds stamped in the usual way (see
// build_dist.sh in the root) or, for binaries built by hand with the // go tool, it's like Long's dev form, but ending at the date part,
// build_dist.sh in the root) or, for binaries built by hand with the
// go tool, it's like Long's dev form, but ending at the date part,
// of the form "1.23.0-dev20220316".
var Short = ""