From 8059ce67f98b421736f90a9b8fae4b5fdec447ef Mon Sep 17 00:00:00 2001 From: XMRig Date: Fri, 21 Jan 2022 20:17:00 +0700 Subject: [PATCH] Add missing DNS options to config example. --- src/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.json b/src/config.json index e25c5767..19b9bc58 100644 --- a/src/config.json +++ b/src/config.json @@ -94,6 +94,10 @@ "ciphersuites": null, "dhparam": null }, + "dns": { + "ipv6": false, + "ttl": 30 + }, "user-agent": null, "verbose": 0, "watch": true,