Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Enhancement request: Simpler multiple DDNS support #19

Open
anishsane opened this issue Sep 17, 2020 · 1 comment
Open

Enhancement request: Simpler multiple DDNS support #19

anishsane opened this issue Sep 17, 2020 · 1 comment

Comments

@anishsane
Copy link

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:

  1. Update time expiry
  2. 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.

Something like:

String myServices[] = ["noip", "duckdns", "duckdns"];
EasyDDNS.service(myServices);
@issue-label-bot
Copy link

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!

Links: app homepage, dashboard and code for this bot.

@anishsane anishsane changed the title Enhancement request: Multiple DDNS support Enhancement request: Simpler multiple DDNS support Sep 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant