We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how do I configure a proxy? I tried using
but get no connection, the specified proxy works when I test it using curl.
The text was updated successfully, but these errors were encountered: