Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DDNS providers as plugins #30

Closed
troglobit opened this issue Jul 15, 2013 · 2 comments
Closed

Refactor DDNS providers as plugins #30

troglobit opened this issue Jul 15, 2013 · 2 comments
Milestone

Comments

@troglobit
Copy link
Owner

Create a simple plugin system, e.g., like how troglobit/finit does it and let all DDNS providers be plugins.

@taem
Copy link
Contributor

taem commented Jan 13, 2014

Hi,

Anyone working on this?

@troglobit
Copy link
Owner Author

Nope, haven't gotten around to it yet, but have some great ideas from when I did the same for my other project, troglobit/finit@239772d it should be rather straight forward to port that to inadyn :)

troglobit added a commit that referenced this issue May 13, 2014
This commit moves all DDNS providers from src/ddns.c to plugins/*.c as
described in issue #30.  Many DDNS service providers share the same API
as DynDNS, these are therefore located in plugins/dyndns.c with slightly
different URLs only.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants