-
-
Notifications
You must be signed in to change notification settings - Fork 39
[Bug] Issues updating records within recent versions #92
Comments
I cannot reproduce your issue, Please make sure you configuration and your permission of the API token is correct. |
apiVersion: v1
kind: ConfigMap
metadata:
name: cloudflare-ddns-config
namespace: cf
data:
config.yaml: |
api: https://api.cloudflare.com/client/v4/
logLevel: info
auth:
scopedToken: XXXXXXXXXXXXXXXXXXXXXXX
domains:
- name: xxx.domain.a
type: A
proxied: true
create: true
zoneId: 23b4a2bb4cccxxxxxxxxxxxxxxxxxxxxx
- name: xxx.xxx.domain.b
type: A
proxied: true
create: true
zoneId: a7c1f39f37895d33xxxxxxxxxxxxxxx
- name: xxxx.domain.c
type: A
proxied: true
create: true
zoneId: a7c1f39f37895d331xxxxxxxxxxxxx
ipv4:
- type: ini
url: https://1.1.1.1/cdn-cgi/trace
fields:
- ip
- type: json
url: https://api.ipify.org?format=json
fields:
- ip
ipv6:
- type: ini
url: https://[2606:4700:4700::1111]/cdn-cgi/trace
fields:
- ip
- type: json
url: https://api6.ipify.org?format=json
fields:
- ip
echoParsers:
- resolve: "@cloudflare-ddns/ip-echo-parser-ini"
alias: ini
- resolve: "@cloudflare-ddns/ip-echo-parser-json"
alias: json
- resolve: "@cloudflare-ddns/ip-echo-parser-text"
alias: text My config is correct I am using mulitple domains, as I stated in the description of the issue when using version 3.2.0 there are no issues at all, but after upgrading to newer versions, issue appears. |
I can confirm that this also happens to me since updating to the latest version. However I'm getting different errors on the 2 machines I'm using that container. Scenario A:
Scenario B:
|
Scenario A: works; thanks |
Is there an existing issue for this?
Version
3.2.3
Describe The Bug
Recent version crashes while trying to update records
Steps To Reproduce
Use latest version (3.2.3) with config that worked before - works fine with 3.2.0.
Expected Behavior
No issue while sending a request to cloudflare.
YAML Configuration
No response
JS Configuration
No response
Relevant Output Log
No response
The text was updated successfully, but these errors were encountered: