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
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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,