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

Add support for Dynamic DNS Client configuration to the OpenWRT backend #111

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

okraits
Copy link
Member

@okraits okraits commented Jul 11, 2018

This PR adds support for Dynamic DNS Client configuration to the OpenWRT backend:

https://openwrt.org/docs/guide-user/base-system/ddns

Todos:

  • Add tests

@coveralls
Copy link

coveralls commented Jul 11, 2018

Coverage Status

Coverage increased (+0.007%) to 99.64% when pulling fc9d960 on TDT-AG:tdt-ddns into a16a91f on openwisp:master.

resultdict = OrderedDict((('.name', uci_name),
('.type', 'service')))
for key, value in provider.items():
resultdict[key] = value
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could probably be written as:

resultdict.update(provider)

@kkreitmair
Copy link
Contributor

@nemesisdesign I finished this PR from my side.
Please let me know if the changes are ok.

okraits and others added 5 commits May 20, 2022 08:47
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
@okraits
Copy link
Member Author

okraits commented May 20, 2022

@nemesisdesign I rebased this to current master. Please let me know if there's anything which keeps this from getting merged.

@okraits okraits changed the title WIP: Add support for Dynamic DNS Client configuration to the OpenWRT backend Add support for Dynamic DNS Client configuration to the OpenWRT backend May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for review/testing
Status: In progress
Development

Successfully merging this pull request may close these issues.

5 participants