This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from azrod/devel
Devel
- Loading branch information
Showing
7 changed files
with
68 additions
and
23 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
# Cloudflare Provider | ||
|
||
## shortly | ||
## Requirements | ||
Setup requires an API Token created with Zone:Zone:Read and Zone:DNS:Edit permissions for all zones in your account. | ||
|
||
ref : https://developers.cloudflare.com/api/tokens/create | ||
|
||
## Setup | ||
Add this block configuration in the config.yaml file: | ||
|
||
``` | ||
cloudflare_account: | ||
enable: true | ||
secret: | ||
api_key: "123456789azerty987654321qwerty159753" | ||
email: "myemail@[email protected]" | ||
record: | ||
name: "example.com" | ||
ttl: 60 | ||
domain: "example.com" | ||
``` | ||
|
||
## Use | ||
|
||
To use start docker use this command: | ||
|
||
``` | ||
docker run -itd -v "./config.yaml:/config/config.yaml" ghcr.io/azrod/updateip:latest | ||
``` | ||
|
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
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