allow changing the dns server port

This commit is contained in:
Martin Michelsen
2022-03-02 18:54:08 -08:00
parent 64d6b69a8b
commit 4b468b0a3d
6 changed files with 22 additions and 19 deletions
+3 -2
View File
@@ -7,8 +7,9 @@
"LocalAddress": "192.168.0.5",
// Address to connect external clients to (IP address or interface name)
"ExternalAddress": "en0",
// Set to false to disable the DNS server
"RunDNSServer": true,
// Port to listen for DNS queries on. Set this to zero (or comment it out) to
// disable the DNS server.
"DNSServerPort": 53,
// By default, the interactive shell runs if stdin is a terminal, and doesn't
// run if it's not. This option, if present, overrides that behavior.
// "RunInteractiveShell": false,