Technitium DNS PHP API Client #1119
Ente
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Thanks for posting it here. I am sure many people will find it useful for their projects. I would suggest that you post it on reddit.com/r/technitium too so that it reaches to more people. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a fully featured API client for the Technitium DNSServer in PHP as there seems to be none at the time I was looking for one.
It features every API endpoint present in the APIDOCS.md as of 6th Nov 24. I've also made it easy to use so it can be integrated pretty easily for every use case thinkable.
Installation
Composer:
Usage
General
custom endpoint
Dynamic DNS
This requires a additional configuration file, e.g.
config.json
Then using the DDNS Helper class to configure records to point to the current IP:
You can set up multiple configuration files for different domains:
Beta Was this translation helpful? Give feedback.
All reactions