cloudflare-ddns | 🎉🌩️ Dynamic DNS service | DNS library
kandi X-RAY | cloudflare-ddns Summary
kandi X-RAY | cloudflare-ddns Summary
Access your home network remotely via a custom domain name without a static IP!. A small, ️ privacy centric, and lightning fast multi-architecture Docker image for self hosting projects.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get all IPs
- Make a request to CloudFlare API
- Delete stale entries
- Commit IP records
- Commit record for record
cloudflare-ddns Key Features
cloudflare-ddns Examples and Code Snippets
configure
set system package repository wheezy components main
set system package repository wheezy distribution wheezy
set system package repository wheezy url 'http://archive.debian.org/debian'
set service dns dynamic interface eth1 rfc2136 testsvr
{
"records": [
{
"zoneId": "",
"subdomain": "",
"proxied": true
},
...
]
}
{
"apiToken": "",
"ipv4": true,
"ipv6": true,
"resolvers": {
"http": {
"ipv4Endpoint": "https://api.ipify.org",
"ipv
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudflare-ddns
labels:
app: cloudflare-ddns
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: cloudflare-ddns
template:
metadata:
name:
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