From 038d25bd042b59f0f6801ce4a0f88704c7d9e908 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 25 Jan 2023 13:47:19 -0500 Subject: [PATCH] cmd/nginx-auth: update Expected-Tailnet documentation (#6055) Signed-off-by: Xe Iaso --- cmd/nginx-auth/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/nginx-auth/README.md b/cmd/nginx-auth/README.md index 15b1811a2..858f9ab81 100644 --- a/cmd/nginx-auth/README.md +++ b/cmd/nginx-auth/README.md @@ -129,7 +129,7 @@ the `Expected-Tailnet` header to your auth request: ```nginx location /auth { # ... - proxy_set_header Expected-Tailnet "tailscale.com"; + proxy_set_header Expected-Tailnet "tailnet012345.ts.net"; } ``` @@ -146,6 +146,8 @@ generic "forbidden" error page: ``` +You can get the tailnet name from [the admin panel](https://login.tailscale.com/admin/dns). + ## Building Install `cmd/mkpkg`: