* 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:
2019-10-23 09:24:35 +02:00
parent f325c3a371
commit b68982345d
4 changed files with 57 additions and 4 deletions

View File

@ -10,5 +10,8 @@ public:
/**
* refresh ip address on Dynu server
*/
void checkIPAdress();
void checkIPAdress(bool force);
IPRefresher();
IPRefresher(bool loop);
};