cloudflare-ddns | Zero dependency dynamic DNS | DNS library
kandi X-RAY | cloudflare-ddns Summary
kandi X-RAY | cloudflare-ddns Summary
Zero dependency dynamic DNS
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- NewProvider returns a Cloudflare Provider .
- ununddns is runnns
- Runs the runddns event loop
- UpdateRecord updates a DNS record
- setEnvVarsFromConfig reads environment variables from a file .
- checkIP6 checks ipv6
- checkIP returns the IP of the HTTP request
- NewCloudflareClient returns a new Cloudflare API client .
- RegisterProvider registers a provider .
- init registers the NewProvider .
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