cloudflare-ddns | A Cloudflare Dynamic DNS updater , written in Go | DNS library
kandi X-RAY | cloudflare-ddns Summary
kandi X-RAY | cloudflare-ddns Summary
A Cloudflare Dynamic DNS updater, written in Go.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- main is the entry point for testing
- UpdateDomain updates the Cloudflare api record
- GetRecord gets a DNS record
- GetCurrentIP gets the current IP address
- Before runs before the command .
- Action updates a domain
cloudflare-ddns Key Features
cloudflare-ddns Examples and Code Snippets
Community Discussions
Trending Discussions on cloudflare-ddns
QUESTION
I use a python script which allows me to auto-update the public IP of my Raspberry Pi on configured/selected Cloudflare DNS entries. This is done with the Cloudflare API.
It looks like the proxied parameter in the API is now defaulting to false, which is disabling the Cloudflare protection.
I have created a Cloudflare Support ticket and got the following answer:
Setting proxied = true in the api call will set the Cloudflare protection on when the record is updated.
Unfortunately, i can't program in Python (yet) so i am not able to fix this.
Original:
...ANSWER
Answered 2019-Jun-06 at 14:21Change 'proxied':'true'
to 'proxied': True
to make it a bool instead of a string.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cloudflare-ddns
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page