From 2675b812aa015eb377a3e70ff1b94d2b75576dc7 Mon Sep 17 00:00:00 2001 From: Stanley Wisnioski <113554994+wisnioskis@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:03:58 -0400 Subject: [PATCH] Update README.md Updated README.md to reflect change of default DNS server from Google to Quad9. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1978942..6eb32ee 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ When Newt receives WireGuard control messages, it will use the information encod - `endpoint`: The endpoint where both Gerbil and Pangolin reside in order to connect to the websocket. - `mtu` (optional): MTU for the internal WG interface. Default: 1280 -- `dns` (optional): DNS server to use to resolve the endpoint. Default: 8.8.8.8 +- `dns` (optional): DNS server to use to resolve the endpoint. Default: 9.9.9.9 - `log-level` (optional): The log level to use (DEBUG, INFO, WARN, ERROR, FATAL). Default: INFO - `enforce-hc-cert` (optional): Enforce certificate validation for health checks. Default: false (accepts any cert) - `docker-socket` (optional): Set the Docker socket to use the container discovery integration @@ -62,7 +62,7 @@ All CLI arguments can be set using environment variables as an alternative to co - `NEWT_ID`: Newt ID generated by Pangolin (equivalent to `--id`) - `NEWT_SECRET`: Newt secret for authentication (equivalent to `--secret`) - `MTU`: MTU for the internal WG interface. Default: 1280 (equivalent to `--mtu`) -- `DNS`: DNS server to use to resolve the endpoint. Default: 8.8.8.8 (equivalent to `--dns`) +- `DNS`: DNS server to use to resolve the endpoint. Default: 9.9.9.9 (equivalent to `--dns`) - `LOG_LEVEL`: Log level (DEBUG, INFO, WARN, ERROR, FATAL). Default: INFO (equivalent to `--log-level`) - `DOCKER_SOCKET`: Path to Docker socket for container discovery (equivalent to `--docker-socket`) - `PING_INTERVAL`: Interval for pinging the server. Default: 3s (equivalent to `--ping-interval`)