how do I configure a proxy? I tried using ``` var tox = new toxcore.Tox({ proxy: { type: "socks5", address: "127.0.0.1", port: 5000}, }) ``` but get no connection, the specified proxy works when I test it using curl.