Skip to content

Commit

Permalink
note how to listen on a specific IP (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox authored May 2, 2021
1 parent c59c52d commit 66570fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 66570fd

Please sign in to comment.