mirror of
https://github.com/Akarys42/cloudflare-ddns-docker.git
synced 2025-05-10 08:45:16 -06:00
Add domain search
This commit is contained in:
@ -5,3 +5,9 @@ DEFAULT_DELAY = "5 minutes"
|
||||
BASE_ENDPOINT = "https://api.cloudflare.com/client/v4/"
|
||||
|
||||
VERIFY_TOKEN = BASE_ENDPOINT + "user/tokens/verify"
|
||||
|
||||
LIST_ZONES = BASE_ENDPOINT + "zones"
|
||||
LIST_DNS = BASE_ENDPOINT + "zones/{zone_identifier}/dns_records"
|
||||
|
||||
# Utilities
|
||||
ACCEPTED_RECORDS = ('A', 'AAAA')
|
||||
|
Reference in New Issue
Block a user