Cloudflare DDNS Sync
StartSyncChangelog
  • Overview
  • Configuration
  • Functions
  • Cron Expression Syntax
  • Changelog
  • Functions
    • Constructor
    • getIp
    • getIpv6
    • getRecordDataForDomain
    • getRecordDataForDomains
    • getRecordDataForRecord
    • getRecordDataForRecords
    • removeRecord
    • syncByCrontime
    • syncOnIpChange
    • stopSyncOnIpChange
    • syncRecord
    • syncRecords
  • Types
    • DomainRecordList
    • Record
    • RecordData
    • RecordTypes
    • SingleSyncCallback
    • MultiSyncCallback
    • ZoneData
    • ZoneMap
Powered by GitBook
On this page

Was this helpful?

  1. Functions

stopSyncOnIpChange

ddnsSync.stopSyncOnIpChange

Stops the syncOnIpChange interval by the given changeListenerId.

Parameters:

  • changeListenerId The id of the syncOnIpChange listener that should get stopped. [string]

ddnsSync.stopSyncOnIpChange(changeListenerId);

PrevioussyncOnIpChangeNextsyncRecord

Last updated 5 years ago

Was this helpful?