note how to listen on a specific IP (#197)

This commit is contained in:
Zane C. Bowers-Hadley 2021-05-02 01:46:27 -05:00 committed by GitHub
parent c59c52dc24
commit 66570fdd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ configuration properties as [JSON](config.yml).
| Parameter | Mandatory | Default value | Description |
| --------------- | --------- | -------------------| ------------------------------------------------- |
| port | no | 53 | Port to serve DNS endpoint (TCP and UDP) |
| port | no | 53 | IP and Port to serve DNS endpoint (TCP and UDP). If you wish to specify a specific IP, you can do so such as 192.168.0.1:53 |
| httpPort | no | 0 | HTTP listener port. If > 0, will be used for prometheus metrics, pprof, REST API, DoH ... |
| httpsPort | no | 0 | HTTPS listener port. If > 0, will be used for prometheus metrics, pprof, REST API, DoH... |
| httpsCertFile | yes, if httpsPort > 0 | | path to cert and key file for SSL encryption |