Matt Smith
Matt Smith
@Thunderbottom When the LWN article was first posted, it didn't have a redirect. Only a couple of weeks later when it became publicly available for non-subscribers did it become a...
Looks like Mr Xmrig fixed it himself in commit ce7fdc3 :)
https://github.com/xmrig/xmrig-proxy/issues/247
It depends. You can't connect xmrig-proxy to another instance of xmrig-proxy (or Nicehash, which uses the same proxying method), but you should be able to connect an instance of xmrig-proxy...
We can look at the user's Accept-Language header in nginx and redirect appropriately. Maybe something like this: ```conf map $http_accept_language $lang { default en; ~es es; ~fr fr; # ......