|
Getting Started with GoPanel Cloudflare APICloudflare API |
How can I add a website to Cloudflare?Connect to your Linux server via SSH and run the following command as root:/gp/cloudflare domain.com zoneid Then run: /gp/cloudflare domain.com addsite To add all websites run: /gp/cloudflare all zoneid Then run: /gp/cloudflare all addsite To add all new websites (not added before) run: /gp/cloudflare new zoneid Then run: /gp/cloudflare new addsite How do I import GoPanel DNS records into Cloudflare?Connect to your Linux server via SSH and run the following command as root:One Domain /gp/cloudflare domain.com To import all domains /gp/cloudflare all To import all domains (Proxy Off) run: /gp/cloudflare all --proxy off How do I import GoPanel DNS A Record into Cloudflare?Connect to your Linux server via SSH and run the following command as root:One Domain /go/cloudflare domain.com adda To import all domains /go/cloudflare all adda To import all domains (Proxy Off) run: /go/cloudflare all adda --proxy off To add another A Record IP run: /go/cloudflare all adda <IP> How do I Delete A Record?Connect to your Linux server via SSH and run the following command as root:One Domain /gp/cloudflare domain.com deletea To delete all domains /gp/cloudflare all deletea To delete specific A Record IP run: /gp/cloudflare all deletea <IP> |
|
|
|
|