Dynamic DNS?

Post Reply
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Dynamic DNS?

Post by Reefology »

The wizard is asking for Dynamic DNS under my forum username, what do i input into that field?

Thanks
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Dynamic DNS?

Post 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.
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: Dynamic DNS?

Post 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).
Post Reply