-
Notifications
You must be signed in to change notification settings - Fork 5
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
Testing Technitium DNS Server #2
Comments
Nice project, @ShreyasZare. I pulled the Docker image and could start the DNS server quickly. I see a
|
Thanks for the response and compliments. Please find the response inline:
The zone files are in binary format where records are stored in their wire format with additional metadata. There is no option to import bind zone files yet, but the UI supports importing records or doing zone transfer via the DNS Client tab's Import feature if you have the zone running on any other DNS server. But since you are looking at a command line option, the HTTP API that is available can be used over command like with curl to create zone and add records to it. You will need to parse the login API json response to get the token which needs to be used with other API calls. Let me know if you have any queries regarding it.
For this too using the HTTP API with curl can be done. Check out the
You can use the |
I would like to introduce you to Technitium DNS Server project. Its an open source, cross platform, authoritative as well as recursive DNS server with support for encrypted DNS protocols and DNSSEC.
It would be great if you can you can spare some time and run tests on your setup for this project. I would really appreciate any feedback that you have.
The text was updated successfully, but these errors were encountered: