April 24, 201610 yr Hi Guys and Gals. Dont know how much this will appeal to the masses, but im hoping someone might be able to help? I have a Domain-Name which i own with GoDaddy, and i have seen a py script to get a record updated instead of using a DynDNS service like im currently paying for Dyn.org Pro. What i am seeking is a simple docker, to just execute the script, but to make it portable for others, be able to input the few variables needed from the docker configuration page If anyone is available or willing to help, please reply or PM me
April 24, 201610 yr You can host it on a free account of CloudFlare, and then use one of many scripts available on the net. Enviado de meu SM-N910C usando Tapatalk
April 25, 201610 yr Author https://github.com/saschpe/godaddy-dyndns updated version http://codecorrupt.github.io/godaddy-dyndns/
April 29, 201610 yr thanks for the tip, however its not what im after cheers Bump - Anyone want to help? I tried, but you discarded my help. I have a godaddy domain name, how can I use this for my WAN IP adress ? //Peter Yes, you can, Peter. 1) Create and account at https://www.cloudflare.com/a/sign-up ; 2) Go to https://www.cloudflare.com/a/add-site , add your domain at the text box and then hit "Scan DNS Records". When it finished, hit "Continue Setup" in front of your domain name; 3) In the next page, you will see that CloudFlare will setup some DNS records for you by default. You don't need to change them except you need to deactivate the traffic protection (you need to click on the orange clouds in "Status" until they becomes gray). Hit "Continue"; 4) In the next page, it will ask you to choose a plan. Please select "Free Website" and hit "Continue"; 5) In the next page, it will present you some DNS nameservers. Copy those on the second column, you will need them later; 6) You're done with CloudFlare. Now go to GoDaddy, and change your DNS nameservers to those you get above. The basic setup is done. Now I need to know what router do you use? If it's pfSense, we can use it's internal DDNS client; if not, we will have to use another client hosted on your server, ok?
April 29, 201610 yr If you are willing to move your domains to UnoEuro you can use a Docker i just released today, for updating your A-records with their DNS service (free). Check it out: https://github.com/tynor88/docker-unoeuro-dns unRAID template: https://github.com/tynor88/docker-templates
May 3, 201610 yr Author Hey guys, I ended up making my own Docker for this, its far from perfect, but its just a basic Debian (Jessie) Docker with Python 3.4 and PIP and Venv. This is called upon by the cron.hourly of the host unRaid system. Checks the WAN/External IP, if its different to its history it updates in GoDaddy's ZoneFile. If the IP is same, then it just sleeps again until the next cron.hourly to kick it off again. The Dockerfile isnt usable at this stage for it, as i havent worked out how to parse variables from the DockerFile config into the login script within the VM. If anyone would like to help me itd be great, otherwise ill close the request.
August 8, 20169 yr Care to share some of your solution? (even a half-baked docker file would do) what are you using to update the GoDaddy's zone file?
December 13, 20187 yr On 4/29/2016 at 5:40 AM, gfjardim said: Yes, you can, Peter. 1) Create and account at https://www.cloudflare.com/a/sign-up ; 2) Go to https://www.cloudflare.com/a/add-site , add your domain at the text box and then hit "Scan DNS Records". When it finished, hit "Continue Setup" in front of your domain name; 3) In the next page, you will see that CloudFlare will setup some DNS records for you by default. You don't need to change them except you need to deactivate the traffic protection (you need to click on the orange clouds in "Status" until they becomes gray). Hit "Continue"; 4) In the next page, it will ask you to choose a plan. Please select "Free Website" and hit "Continue"; 5) In the next page, it will present you some DNS nameservers. Copy those on the second column, you will need them later; 6) You're done with CloudFlare. Now go to GoDaddy, and change your DNS nameservers to those you get above. The basic setup is done. Now I need to know what router do you use? If it's pfSense, we can use it's internal DDNS client; if not, we will have to use another client hosted on your server, ok? I use pfsense and wondering what to do to complete this after changing the nameservers on GoDaddy
December 13, 20187 yr I have an unraid docker plugin for it: Add this to your Template repositories:https://github.com/yaskor/unraid-docker-templates Edited December 13, 20187 yr by kale-samil
December 13, 20187 yr Community Expert 2 minutes ago, kale-samil said: I have an unraid plugin docker for it:https://github.com/yaskor/unraid-docker-templates FTFY
December 13, 20187 yr 1 hour ago, kale-samil said: I have an unraid docker plugin for it: Add this to your Template repositories:https://github.com/yaskor/unraid-docker-templates What do I do after I copy that into the template repositories?
December 14, 20187 yr @cdkauffmann Press save, Add container, select godaddy-ddns, fill out fields, press apply 😄 Edited December 14, 20187 yr by kale-samil
Archived
This topic is now archived and is closed to further replies.