-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77ff2c7
commit f84a4ad
Showing
3 changed files
with
19 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# cloudflare-dns-updater | ||
|
||
# Cloudflare DNS Updater | ||
## Usage | ||
Download the latest release and extract it. Use for example the task scheduler to run the CloudflareDNSUpdater.exe every few minutes with the first argument being your extracted folder containing the exe, dll, runtimeconfig and your cloudflare config. | ||
Configure the cloudflare.config with a BearerToken and the zones you would like to update ([Generate Token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/)) and make sure, the token has access to all zones. | ||
|
||
## Supported Platforms | ||
The project is build with .NET 8, so every platform should be supported. | ||
|
||
- Windows | ||
- MacOS | ||
- Linux |