Kantu support Proxy And Socks?

Understood. For the next beta update (V5.2.15, available next week) we have added support for Socks4 and Socks5 proxies. The format is:

socks4://111.222.100.101:12345

Note that web browsers do not support socket authentication, so username/password will be discarded.

{
  "Name": "proxy_socks",
  "CreationDate": "2019-11-2",
  "Commands": [
    {
      "Command": "setProxy",
      "Target": "socks4://190.152.71.230:61892",
      "Value": ""
    },
    {
      "Command": "open",
      "Target": "https://tools.keycdn.com/geo",
      "Value": ""
    }
  ]
}