From afb54d8855f0169019f010f991e6b80b038f5d1d Mon Sep 17 00:00:00 2001 From: Reggie Zhang Date: Sat, 14 Dec 2024 00:32:58 +0800 Subject: [PATCH] Correct sample code for Access Settings for origin-configuration.mdx (#18728) Correct sample code for Access Settings origin-configuration.mdx The original sample code is not working with the aud1 aud2 prefix. --- .../configure-tunnels/origin-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration.mdx index 4b5e4d62182211b..48793581bb75126 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration.mdx @@ -180,6 +180,6 @@ access: required: true teamName: audTag: - - aud1 - - aud2 + - + - ```