1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Added command line options --dns-ipv6 and --dns-ttl.

This commit is contained in:
XMRig
2021-03-20 11:12:09 +07:00
parent 2c8f7f692c
commit 0d45600b0e
4 changed files with 17 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ public:
HugePageSizeKey = 1050,
PauseOnActiveKey = 1051,
SubmitToOriginKey = 1052,
DnsIPv6Key = 1053,
DnsTtlKey = 1054,
// xmrig common
CPUPriorityKey = 1021,