moved where cf_ddns_authheader is in cf_ddns so cf_auth_method would work as expected

pull/26/head
Why this 4 years ago
parent 4322bb2ef9
commit 13f4706dbc
  1. 3
      .vs/ProjectSettings.json
  2. 4
      .vs/VSWorkspaceState.json
  3. BIN
      .vs/cloudflare-ddns-updater/v16/.suo
  4. BIN
      .vs/slnx.sqlite
  5. 2
      cloudflare-template.sh

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}

@ -0,0 +1,4 @@
{
"ExpandedNodes": [],
"PreviewInSolutionExplorer": false
}

Binary file not shown.

@ -165,9 +165,9 @@ cf_ddns() {
if [ ${#ip} -eq 0 ]; then if [ ${#ip} -eq 0 ]; then
#Only worth getting current IP address with first domain #Only worth getting current IP address with first domain
cf_ddns_ip cf_ddns_ip
cf_ddns_authheader
fi fi
cf_ddns_authheader
cf_ddns_seeka cf_ddns_seeka
cf_ddns_checka cf_ddns_checka
if [ $cf_nonexistsrecord -eq 1 ]; then if [ $cf_nonexistsrecord -eq 1 ]; then

Loading…
Cancel
Save