Creates a new CDN pull zone to globally distribute content from your origin server through Vultrs content delivery network.
The vultr-cli cdn pull create
command creates a new pull zone in Vultr's CDN service, allowing you to distribute content globally from your origin server.
$ vultr-cli cdn pull create [flags]
Shorthand | Long Version | Description |
---|---|---|
-i | --block-ai | block ai bots |
-t | --block-bad-bots | block potentially malicious bots |
-r | --cors | enable cross-origin resource sharing |
-d | --domain | the domain name from which the cdn content will be pulled |
-g | --gzip | enable gzip compression |
-l | --label | label to use for the pull zone |
-c | --scheme | the URI scheme of the origin domain. Must be 'http' or 'https' |
No comments yet.