cloudflare-ddns
cloudflare-ddns copied to clipboard
đđŠī¸ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
result=null success=false errors=[{"code":9207,"message":"Request body is invalid."}] messages=[]
The config-cloudflare-ddns-Secret.yaml is being created in the ddns namespace, while the Deployment is being created in the default namespace. This causes the Deployment to fail to become ready. inside of...
Hello, Will be nice add the script can obtaint the current ip to update if none is provided, for example. Something like that: ``` get_current_ip() { curl ifconfig.me } CONTENT=$(get_current_ip)...
With detailed exception messages, identifying and resolving issues becomes significantly easier.
This change allows the user to configure subdomains as CNAME records which point to the base domain. Sample configuration: ```json "subdomains": [ { "name": "@" }, { "name": "sub1", "type":...
**Describe the bug** I noticed my ddns updates are updated with a weird ip address and I had a look at the code - I saw that the cloudflare /cdn-cgi/trace...
**Describe the bug** The service doesn't start because it cannot resolve: `dns.timknowsbest.com`. Looking at the code, I cannot find anywhere where that dns is set... As a suggestion, it would...
Fix https://github.com/timothymiller/cloudflare-ddns/issues/213
**Is your feature request related to a problem? Please describe.** I have SSH open on IPv6 only, but I have HTTPS open on IPv4 and IPv6. **Describe the solution you'd...