You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I might have a need to enable multiple DDNS services together.
Currently, I can achieve it by multiple objects of EasyDDNSClass and initializing all of them separately.
However, a lot of the code is common:
Update time expiry
Getting the public IP
etc
It will be useful if we could keep the common members (e.g. new_ip; old_ip;) and methods as static to class and update only once, even if there are many services defined.
Also, from a usability point of view, It will be very useful if (in addition to the current single service support), we can init the library via an array or something.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!
I might have a need to enable multiple DDNS services together.
Currently, I can achieve it by multiple objects of EasyDDNSClass and initializing all of them separately.
However, a lot of the code is common:
etc
It will be useful if we could keep the common members (e.g. new_ip; old_ip;) and methods as static to class and update only once, even if there are many services defined.
Also, from a usability point of view, It will be very useful if (in addition to the current single service support), we can init the library via an array or something.
Something like:
The text was updated successfully, but these errors were encountered: