File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/content/docs/api-shield/management-and-monitoring Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -75,21 +75,20 @@ Cloudflare supports hostname variables in the following formats:
7575
7676``` txt
7777
78- Unknown macro: {hostVar1}.example.com
79-
80- .foo.example.com
78+ {hostVar1}.example.com
8179
8280foo.{hostVar1}.example.com
8381
84- Unknown macro: {hostVar2}.{hostVar1}.example.com
82+ {hostVar2}.{hostVar1}.example.com
8583```
8684
8785Hostname variables must comprise the entire domain field and must not be used with other text in the field.
8886
8987The following format is not supported:
9088
9189``` txt
92- foo-{hostVar1}.example.com.
90+
91+ foo-{hostVar1}.example.com
9392```
9493
9594For more information on how Cloudflare uses variables in API Shield, refer to the examples from [ API Discovery] ( /api-shield/security/api-discovery/ ) .
You can’t perform that action at this time.
0 commit comments