Build-in webserver with REST API to search domains, clients and more... Basic authentication supported.
See the swagger documentation.
Options:
listen-ip
: (string) listening IPlisten-port
: (integer) listening portbasic-auth-enable
: (boolean) enable or disable basic authenticationbasic-auth-login
: (string) default login for basic authbasic-auth-pwd
: (string) default password for basic authtls-support
: (boolean) tls supporttls-min-version
: (string) min tls version, default to 1.2cert-file
: (string) certificate server filekey-file
: (string) private key server filetop-n
: (string) default number of items on topchan-buffer-size
: (integer) channel buffer size used on incoming dns message, number of messages before to drop it.
Default values:
restapi:
listen-ip: 0.0.0.0
listen-port: 8080
basic-auth-enable: true
basic-auth-login: admin
basic-auth-pwd: changeme
tls-support: true
tls-min-version: 1.2
cert-file: "./testsdata/server.crt"
key-file: "./testsdata/server.key"
top-n: 100
chan-buffer-size: 65535