Skip to content

Updates the DNS with the ip adress of the running machine

Notifications You must be signed in to change notification settings

grimsan55/LoopiaDnsUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopiaDnsUpdater

Updates the DNS with the ip adress of the running machine. The program will run every 24h, starting from program start.

Docker repository

Must use the following environment variables when running this container:password,username,hostname

Docker compose:

    image: grimsan555/dnsupdater:latest
    container_name: dnsupdater
    environment:
      password: myUniquePassword
      username: myUniqueUserName
      hostname: myHostName
    restart: unless-stopped 

About

Updates the DNS with the ip adress of the running machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published