<HTML>
<HEAD>
<TITLE>Dynamic FreeDNS IP Address Updater - Choose to Use Router or External Script</TITLE></HEAD>
<BODY>
<H2>Dynamic FreeDNS IP Address Updater - IP Address Gathering Method Setting</H2>
<FORM action="routerset.php" method="POST">If checked, Dynamic FreeDNS will use the URL specified from the index page to get the internet protocol address. The included script, "getmyip.php" or something similar to it must be installed and specified in DynamicFreeDNS for it to work properly.<BR><BR>
<TABLE><TR>
<TD>Use getmyip.php on another server to get the WAN i.p. address </TD>
<TD>
<INPUT type="radio" name="router" value="1" size="1" maxlength="1"></TD></TR>
<TD>
Get the WAN i.p. address from whatsmyip.com (recommended) </TD>
<TD>
<INPUT type="radio" name="router" value="0" size="1" maxlength="1"></TD></TR></TABLE><BR><BR>
<INPUT type="submit" value="Make Changes"></FORM>
</FORM>
<?php
include "footer.php";
?>