Skip to content

NameCheap Dynamic IP address updater

License

Notifications You must be signed in to change notification settings

TheWicklowWolf/pyNameCheap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Pulls

NameCheap Domain IP Updater.

Run using docker-compose

services:
  pynamecheap:
    image: thewicklowwolf/pynamecheap:latest
    container_name: pynamecheap
    environment:
      - domain=domain.com
      - hosts=a,b,c
      - ddns_password=password
      - refresh_interval=600
    volumes:
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped

https://hub.docker.com/r/thewicklowwolf/pynamecheap