From 5f405ba48659e439463d0445c5f9128ca6c6a1ba Mon Sep 17 00:00:00 2001 From: Timothy Date: Sun, 3 May 2020 23:02:20 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e91b5ec..92f8eab 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Usage of ./godns: * ip_type: To configure GoDNS under IPv4 mode or IPv6 mode, available values are: `IPv4`, `IPv6`. * interval: The interval `seconds` that GoDNS check your public IP. * socks5_proxy: Socks5 proxy server. +* resolver: The address of the public DNS server. For example, to run GoDNS in `IPv4` mode, you can set resolver as `8.8.8.8`, to GoDNS in `IPv6` mode, you can set resolver as `2001:4860:4860::8888`. ## IPv6 support