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`: