cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

DDNS script to sync public IP address to CloudFlare dns records.

Results 7 cloudflare-ddns issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

This PR changes a few things - - Adds a parameter to the `CloudFlare` class in cloudflare.py called `print_messages`. This parameter is defaulted to True. It controls if messages should...

Function for list all DNS records in domain?

According to the doc https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records API only returns 1 page, and 20 records per page, so when record count greater than 20, some record will missing in local cache, then...

when I run: ``` cloudflare_ddns myemail myapi_key myrootdomain --proxied ``` I get this error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/cloudflare_ddns/cloudflare.py", line 103, in setup_zone zone = [zone for...