mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #101] Dynamic DNS update support #56
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @berrnd on GitHub (Aug 10, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/101
Hi,
first - thanks for nsedit! :)
Just upgraded today my nameservers to PowerDNS 4.x and also replaced poweradmin with nsedit...
The only thing I was missing, is dynamic DNS update support (the thing you need when your home router gets a new IP every night).
I have implemented this right now.
Because routers normally require HTTP basic authentication, the current login mechanism is not working for that.
I have used the "adminapikey" as password, and fix "admin" as username.
Don't know if this is good or not...
Feel free to use it, or if this looks good to you I could also create a pull rquest - everything should be explained in the header of dynamic_update.php.
See berrnd@5740bc0345454be1de7450f1d4ae29c96e62c47e
@tuxis-ie commented on GitHub (Aug 10, 2016):
You're welcome!
I'm not sure if I find nsedit the correct place to do this. Is this dynamic update what is described here: https://doc.powerdns.com/md/authoritative/dnsupdate/
We might be able to do something with that?
@berrnd commented on GitHub (Aug 10, 2016):
Didn't read in full - but as far I can see this is nothing that takes a simple HTTP GET request with basic authentication and updates the given records (this is the way the most when not all consumer routers do dynamic DNS updates).
(Poweradmin also had that, same named PHP script.)
@tuxis-ie commented on GitHub (Aug 11, 2016):
Ok, had a good nights sleep and figured that we can incorporate this, but we are going to fix it with users and ownership of the domain. Not yet sure how, but that makes sense the most.
@celevra commented on GitHub (Aug 16, 2016):
you can do basic authentification with php and plug it into the allready existing user db:
http://php.net/manual/de/features.http-auth.php
+1 for dyndns support
@Kraeutergarten commented on GitHub (Sep 29, 2016):
+1 for dyndns support
@aschieb commented on GitHub (Apr 11, 2017):
+1 for dyndns support