Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Inadyn as DDNS update client for multiple subdomains

13
1
NAS
DS918+
Operating system
  1. Linux
  2. Windows
Mobile operating system
  1. Android
Hello,

I use lots of sub domains for reverse proxy access to various docker services. DSM is limited to only providing 1 entry per provider. I've been using a cool Inadyn docker image that allows me to update my IP for each of my subdomains from the same provider.

This is the docker image Docker Hub

  1. Firstly create a directory in your docker directory to hold the config file /docker/inadyn for eaxmple
  2. create the conf file in this directory using the example file at the above link. Only copy in the provider & credentials you need, removing the rest. Save the file as inadyn.conf
  3. In docker search the registry for inadyn then download the troglobit/inadyn
  4. Launch the image, give it a name, limit resources if you need. Then in Volume link to your inadyn.conf file location and the mount path as /etc/inadyn.conf read only can be ticked also
  5. Then apply and switch it on. The logs should show succesfuly update to your provider.
If you have multiple sub-domains with the same provider you must add an :ID at the end of each provider name, :1, :2, :3 etc

An example of my conf file using that method:

Code:
# Google Domains - notice use of '@' to update root entry
provider domains.google.com:1 {
    hostname = abc.mydomain.com
    username = username
    password = password
}

# Google Domains - notice use of '@' to update root entry
provider domains.google.com:2 {
    hostname = def.mibox.in
    username = username
    password = password
}

# Google Domains - notice use of '@' to update root entry
provider domains.google.com:3 {
    hostname = hij.mydomain.com
    username = username
    password = password
}


# Google Domains - notice use of '@' to update root entry
provider domains.google.com:4 {
    hostname = klm.mydomain.com
    username = username
    password = password
}
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Popular tags from this forum

Similar threads

I finally got it to update. For some reason when I'd try to either duplicate the original container or...
Replies
5
Views
444
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
2,516

Thread Tags

Tags Tags
update

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending content in this forum

Back
Top