From 99ea771da3e2573ae19bbe40bc9f5def34bf27bc Mon Sep 17 00:00:00 2001 From: Nicholas Alipaz Date: Thu, 5 Oct 2017 11:03:13 -0700 Subject: [PATCH] change to a service to see if it fixes issue with ip not updating --- inadyn/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inadyn/config.json b/inadyn/config.json index 39e638a..4a8b28e 100755 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -1,10 +1,10 @@ { "name": "Internet Automated Dynamic DNS Client", - "version": "0.1.4", + "version": "0.1.5", "slug": "inadyn", "description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. Commonly available in many GNU/Linux distributions, used in off the shelf routers and Internet gateways to automate the task of keeping your Internet name in sync with your publicĀ¹ IP address. It can also be used in installations with redundant (backup) connections to the Internet.", "url": "https://github.com/nalipaz/hassio-addons/tree/master/inadyn", - "startup": "system", + "startup": "services", "boot": "auto", "image": "nicholasalipaz/{arch}-inadyn", "host_network": true,