gardavis
12-26-2009, 01:24 PM
If my home web server's IP changes, I use a client to update DynDns with the new IP. The client can also run a program when the IP changes. I plan on having it run a program that uses the DASP API to update a DNS A record.
However, I don't this this will work since if my IP changes, it will no longer be in my white list - sort of a catch-22.
Is there some other type of security that will allow me to run an API request besides the white list?
My only other option would be to have the program call an aspx webpage on a different (white-listed) web server to do the update indirectly on behalf of the home web server.
Thanks,
Gary Davis
However, I don't this this will work since if my IP changes, it will no longer be in my white list - sort of a catch-22.
Is there some other type of security that will allow me to run an API request besides the white list?
My only other option would be to have the program call an aspx webpage on a different (white-listed) web server to do the update indirectly on behalf of the home web server.
Thanks,
Gary Davis