TailscaleServeOptions
Defined in: src/tailscale.ts:215
Trust boundary and resource limits for Tailscale Serve identity headers.
Properties
Section titled “Properties”issuer
Section titled “issuer”readonly issuer: string;Defined in: src/tailscale.ts:217
Operator-defined namespace that distinguishes identities from different tailnets.
maxHeaderBytes?
Section titled “maxHeaderBytes?”readonly optional maxHeaderBytes?: number;Defined in: src/tailscale.ts:221
Maximum encoded bytes accepted in any identity or capability header.
trustedProxyAddresses
Section titled “trustedProxyAddresses”readonly trustedProxyAddresses: Iterable<string>;Defined in: src/tailscale.ts:219
Exact normalized IP literals allowed to supply Tailscale Serve headers.
