TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.47k stars 431 forks source link

[Feature request] Command Line Options #200

Closed egauk closed 3 years ago

egauk commented 3 years ago

It would be nice to have command line configuration options. Among other benefits this would be helpful when scripting a build of Technitium DNS Server.

ShreyasZare commented 3 years ago

Thanks for the feature request. The DNS server is supposed to run 24x7 so it provides an HTTP based API that you can use to configure it. You can read the API docs here.

The only command line option is to specify the config folder path which is optional.

To build a specific configuration, you can just run the portable version to configure the DNS server and then zip the config folder to ship it where you wish to run the exact same configuration.