Browse Source

Revert "ddns-scripts: fix cloudflare.com-v4"

This reverts commit 67e2efb301.

This is totally wrong. The actual bug is in the luci app.
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
81d67a21b1
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/ddns-scripts/files/update_cloudflare_com_v4.sh

+ 1
- 1
net/ddns-scripts/files/update_cloudflare_com_v4.sh View File

@ -140,7 +140,7 @@ __ZONEID=$(grep -o '"id":"[^"]*' $DATFILE | grep -o '[^"]*$' | head -1)
}
# read record id for A or AAAA record of host.domain.TLD
__RUNPROG="$__PRGBASE --request GET '$__URLBASE/zones/$__ZONEID/dns_records?name=*.$__HOST&type=$__TYPE'"
__RUNPROG="$__PRGBASE --request GET '$__URLBASE/zones/$__ZONEID/dns_records?name=$__HOST&type=$__TYPE'"
cloudflare_transfer || return 1
# extract record id
__RECID=$(grep -o '"id":"[^"]*' $DATFILE | grep -o '[^"]*$' | head -1)


Loading…
Cancel
Save