Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 696 Bytes

Arvan Dynamic DNS

A dynamic dns client using Arvan cloud DNS service. Before start you shoud have a domain in the Arvan cloud pannel.

This script, periodically, updates the selected record in the Arvan cloud DNS service with the IP address of the running host.

It is possible to select ip address version with command line arguments.

Usage

for dom1.dyn.example.org

With Source

python3 main.py --key ${API_KEY} --domain example.org --record dom1 [--interval 600] [-6 or -4]

With Docker

docker run -d --name arvan-dynamic-dns --restart always ghcr.io/alisoam/arvan-dynamic-dns --key $API_KEY --domain sosori.ir --record dom1.dyn [--interval 600] [-6 or -4]