Skip to content

Commit 8f27b8e

Browse files
committed
wrap domain with quotes
Signed-off-by: Miroslav Kovac <mkovac@cloudlinux.com>
1 parent c155a8f commit 8f27b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/command_line_interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ Use wildcards to efficiently whitelist all subdomains, with the option to also i
11931193
1. Whitelisting all subdomains (but not the parent domain itself):
11941194
To whitelist all subdomains like `foo.example.com` or `bar.example.com` (e.g., anything before `.example.com`), but not `example.com` itself, use the *. prefix:
11951195
```
1196-
imunify360-agent whitelist domain add *.example.com
1196+
imunify360-agent whitelist domain add "*.example.com"
11971197
OK
11981198
```
11991199
2. Whitelisting a domain and all its subdomains:

0 commit comments

Comments
 (0)