Source: factory.deploy/ObjCloudflare.py
| Method | Signature | Description |
|---|---|---|
| get_zone_id | get_zone_id() -> str |
|
| get_dns_records | get_dns_records(zone_id: str) -> list |
|
| create_or_update_dns | create_or_update_dns(zone_id: str, name: str, ip: str, proxied: bool = True) -> dict |
|
| purge_all | purge_all(zone_id: str) -> dict |
|
| purge_urls | purge_urls(zone_id: str, urls: list) -> dict |
Set up Cloudflare DNS with proxy.
Purge Cloudflare cache.
Show Cloudflare zone and DNS status.