mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 18:11:05 +00:00
Fix default value for "restricted" option.
This commit is contained in:
parent
782a91f7e6
commit
9a173ce91e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"id": null,
|
"id": null,
|
||||||
"worker-id": null,
|
"worker-id": null,
|
||||||
"ipv6": false,
|
"ipv6": false,
|
||||||
"restricted": false
|
"restricted": true
|
||||||
},
|
},
|
||||||
"asm": true,
|
"asm": true,
|
||||||
"autosave": true,
|
"autosave": true,
|
||||||
|
|
Loading…
Reference in a new issue