* option to force a refresh
* option to run in loop every 5 minutes * pack into deb, rpm ant targz archive
This commit is contained in:
@ -10,5 +10,8 @@ public:
|
||||
/**
|
||||
* refresh ip address on Dynu server
|
||||
*/
|
||||
void checkIPAdress();
|
||||
void checkIPAdress(bool force);
|
||||
|
||||
IPRefresher();
|
||||
IPRefresher(bool loop);
|
||||
};
|
||||
|
Reference in New Issue
Block a user