Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv10 authored May 26, 2022
1 parent 24a3deb commit 313c53b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ Dynamic DNS using the Cloudflare API.
## Supported Versions

Python 3.10.x

## Setup

1. Download the lastest version to wherever you like.
2. Edit config_template.csv in the data folder.
- Add your api token from Cloudflare
- Add the domain name you want to update ex. (github.com)
3. Rename config_template.csv to config.csv
4. Edit records.txt in the data folder.
- Add in the subdomain(s) you want to point towards the local WAN
5. Start main.py
6. (Optional) Setup main.py to run at boot.

0 comments on commit 313c53b

Please sign in to comment.