Skip to main content

All Questions

Tagged with
0 votes
0 answers
55 views

Error: SocksProxyAgent is not a constructor when trying to use socks-proxy-agent to proxy to a tor website

I am trying to connect to tor through socks-proxy-agent but it throws an error called: SocksProxyAgent is not a constructor I tried ChatGPT and also read somethings online and tried implementing but ...
Muhammad Dawood's user avatar
0 votes
1 answer
60 views

Nodemailer to send a letter with a proxy

I can't send an e-mail via Nodemailer with authenticated proxy. Error: Socks5 proxy rejected connection - ConnectionRefused. If I don't use proxy, everything works. Code (of course my data is valid): ...
Anna Ermilova's user avatar
0 votes
0 answers
62 views

cURL with SOCKS5 NordVPN proxy

I paid for NordVPN, because I want to use one solution which is not yet available here in this region. Sadly I always get this error from the script: "cURL request failed, error = couldn't ...
VORiAND's user avatar
  • 165
1 vote
1 answer
240 views

Is there a way to add proxy to Tauri webview?

I need to add a proxy to the window itself, so that all requests from that window are made through the http or socks5 proxy. Is this even possible? because I did not find any information on the ...
Богдан Штангрет's user avatar
0 votes
1 answer
95 views

How can I implement a SOCKS proxy to make requests to the whois protocol?

Having trouble wrapping my head around making requests through the SOCKS proxy to whois.lookup. I have a socks proxy (smartproxy) and a node server. I've tried tunnel, request, socks-proxy-agent, It ...
tommy gabe's user avatar
1 vote
0 answers
232 views

How do I connect to postgres through a proxy in node.js

TL; DR: my node app is deployed to heroku, which uses dynamic IPs. I want to proxy all Postgres requests through a static IP. How can I add a proxy to the node pg library? There don't seem to be any ...
James Dorfman's user avatar
0 votes
0 answers
204 views

Forwarding Nginx traffic through Socks5 proxy

I have configured Nginx as a reverse proxy which have multiple rules based on request path, now I want to send Nginx traffic through a Socks5 proxy. At first, I configured the proxy as system proxy ...
Ali Ahm...'s user avatar
0 votes
0 answers
514 views

How to turn Squid from HTTPs to SOCKS Server

I have successfully setup a Squid server, and it works well in HTTPs. I been researchign how to enable SOCKS access to it. And I have read some of the documentaiton. And it specifies that you need to ...
AMTECH's user avatar
  • 3
1 vote
0 answers
282 views

socks-proxy-agent missing dependencies

I am trying to use socks-proxy-agent as a React hook, but get compilation errors about not find these packages: net, dns and tls. These are not listed as dependencies on NPM and are not in socks-...
emiscreant's user avatar
0 votes
0 answers
417 views

What to create an Android socks Proxy Server over the internet without rooting

i am having bit of a trouble, i want to know if this is possible or not. let me layout the details i want to create a proxy server on an android device and want to use it on my other android device ...
Mujtaba ZX's user avatar
0 votes
1 answer
172 views

Python connection to IRC server with proxy

I'm trying to connect to IRC server with socks proxy for testing purposes. Socks proxy is alive at the moment of writing this post. I've checked it with Proxy checker and even connected to the IRC ...
Sib's user avatar
  • 453
1 vote
0 answers
143 views

socks-ssh and dynamic port forwarding in go

I have a problem I used the gliderlabs ssh library for implementing the ssh server for my project. My project is a ssh server that only works for ssh tunneling or dynamic port forwarding (socks proxy)....
rynsm4rt's user avatar
0 votes
0 answers
344 views

Unable to send email from behind a firewall/proxy

I have an application running on a server located in a secure network. The application needs to access a few online resources, which required firewall and proxy settings to be setup. Currently ...
Eric's user avatar
  • 1,379
3 votes
0 answers
349 views

Create a socks proxy with SSH, but use a specific interface for outbound traffic

I have a linux server who have an interface "tun0" which is a VPN connection and I want to start a proxy on it for listing eth0 but use tun0 to get internet. (default route on the server ...
Anthony's user avatar
  • 31
1 vote
0 answers
975 views

Enable Socks Proxy for Spring Boot app when running via IntelliJ Idea

I need to develop a Spring Boot application which has external network calls which should get triggered behind a socks proxy. Tried changing IntelliJ Idea's proxy (in Settings -> System Settings -&...
techmagister's user avatar
  • 1,298

15 30 50 per page
1
2 3 4 5
26