-
Notifications
You must be signed in to change notification settings - Fork 3
unhosted/nsupdate-proxy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A nsupdate proxy written in JavaScript (nodeJS)
-----------------------------------------------
Usage:
* Edit config.js
* Start "./nsupdate-proxy.js"
* Done :)
Example request:
KEY="SNgV%2BzrwDgPNp4yN0/u/ntLffT6HTX2P1GjMe6TyipyPMKyWGITGXoKhF33SCeViA4TKSaQSBfSec1JHl5YwVAQ=="
curl https://localhost:8888/?key=example-name:$KEY \
-i \
-X POST \
-d "server ns.un.ht.
zone example-name.un.ht.
update add example-name.un.ht. 10 ns 127.0.0.0
send
"
Remember the key must be URI encoded.
See the nsupdate manpage for details on the commands: http://linux.die.net/man/8/nsupdate
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published