This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLOUDFLARE_EMAIL = "" # ENTER EMAIL ADDRESS | |
CLOUDFLARE_API = "" # ENTER API KEY | |
CLOUDFLARE_SITES = [{ | |
'zone_id': "", # ENTER ZONE ID | |
'name': "", # ENTER NAME | |
'dns_id': "" # ENTER DNS ID | |
}] # ADD NEW DICT OBJECTS TO THE LIST FOR MORE THAN ONE TYPE | |
############################################################################################################################### |