Page 1 of 1

Dynamic DNS?

Posted: Sat Jan 03, 2015 9:27 am
by Reefology
The wizard is asking for Dynamic DNS under my forum username, what do i input into that field?

Thanks

Re: Dynamic DNS?

Posted: Sat Jan 03, 2015 9:37 am
by lnevo
You can just put your IP address in. There is a dynamic dns service that reef angel provides. I'm not sure the steps though. I should really set that up just for the experience and the example in my code. Check Sacohen's code he has it I believe.

Re: Dynamic DNS?

Posted: Sat Jan 03, 2015 2:49 pm
by Sacohen
Yes I have it set up.
It's pretty simple. I didn't know Roberto added it to the Wizard.
Roberto has a thread about it here http://forum.reefangel.com/viewtopic.ph ... hilit=DDNS

Just add this code (or use the wizard)

Code: Select all

ReefAngel.DDNS("subdomain");
Where subdomain is the name you want to use for your subdomain and then you access it by using username-subdomain.myreefangel.com followed by the port # (typically 2000).