POL re-check host names entered in servers.
Posted: Sun Apr 01, 2007 8:19 am
A core command to force by script polcore to check ip address or force ip?
Somthing like:
SetupPolIP(xxx.yyy.zzz.mmm);
or
SetupPolIp(ResolveAdress("zandorhome.homeip.net");
I could use a script like this:
Somthing like:
SetupPolIP(xxx.yyy.zzz.mmm);
or
SetupPolIp(ResolveAdress("zandorhome.homeip.net");
I could use a script like this:
Code: Select all
while (1)
sleep(60);
SetupPolIp(ResolveAdress("zandorhome.homeip.net"));
endwhile