From 9a173ce91efdc2c0678e72fc5427d47b7aeabf02 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 29 Sep 2018 18:05:38 +0300 Subject: [PATCH] Fix default value for "restricted" option. --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index d4fb42f37..2670d3a3b 100644 --- a/src/config.json +++ b/src/config.json @@ -6,7 +6,7 @@ "id": null, "worker-id": null, "ipv6": false, - "restricted": false + "restricted": true }, "asm": true, "autosave": true,