❓ What is this? Simple script written in python that allows you to assign domain to changing IP address.
❓ How to use it?
❓ What did I use?
- Install Docker and docker-compose
- Copy
docker-compose.yml - Fill it in according to wiki
- Run container:
docker-compose up -d- It works!
- Install Python and Git
- Clone this repository and enter its directory:
git clone https://github.com/jbakalarski/DynamicDNSUsingCloudflare.git- Install requirements:
python -m pip install -r requirements.txt- Create
.envand fill it in according to wiki - Run main.py:
python main.py
- It works!
- Assigning domain to changing IP address using Cloudflare DNS records
- Running every now and then defined by user
Assigning domain to changing IP address. Changing IP address is commonly occurring at home.
This project is not created by Cloudflare Inc., but it uses Cloudflare Inc. API to edit DNS zones.
