问题标签 [socks]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 如何通过 SOCKS 代理使用 URLConnection?
如何为给定的 by设置SOCKS
代理?URLConnection
(new URL(url)).openConnection()
每个连接都需要不同的代理,所以请不要建议设置系统属性。
perl - 使用带有 Net::SMTP 的 socks5 代理
我想将 Net::SMTP 与动态 socks 代理一起使用。IO::Socket::Socks 知道 socks 但它应该如何与 net::smtp 一起使用?
java - Using HTTP proxies as SOCKS in java
Is there any way to use an HTTP proxy as a SOCKS proxy?
i want to use it as a socket to connect with an endpoint and send packets of information
c# - C# 反向代理(绕过 NAT/防火墙)
现在我正在寻找 6 小时的时间来进入它!我的脑子完了!
好的,这是交易:
我正在寻找一个解决方案,连接到路由器后面的 PC,该路由器正在运行代理服务器以传递我的信息。
所以像这样:
我(想连接到 1.1.1.1)--> Internet --> 1.1.1.1 -> 路由器 --> PC 与正在运行的服务器 --> Internet
我读过 STUN / STUNT .. 但我实际上知道服务器监听某个端口的 IP。
问题在于 UDPpunch 漏洞,代理实际上不知道客户端 IP。
php - Is it possible in PHP like Java's socksProxyHost?
Is there any option in PHP to set a socks proxy for incoming and outgoing traffic?
php - php - 袜子代理
在过去的十五天里,我正在努力解决这个问题。我有一个连接到远程 mysql 服务器的 PHP 应用程序,但该应用程序不能直接访问远程 mysql 服务器,它必须通过 socks 代理连接。请任何人都可以帮我解决这个问题。
提前致谢。
http - 检查代理连接
我需要发送什么到代理服务器(http 或 socks),它会告诉我它是否连接到我指定它连接到的主机。
java - Java Socks5 External Application
I have connected to a socks5 server in my java application, and now I want to launch an external application and have all of its connections run through the socks5 server. The external application itself doesn't support socks5.
Any input would be great, scratching my head here..
java - java中的套接字/代理问题
我有一个连接到代理的套接字,然后连接到我指定的远程服务器。但是我想要从代理到删除服务器的多个连接。所以我想为同一个代理创建 4 个套接字,并从 4 个套接字连接到远程服务器。
当我这样做时它不起作用,它只连接到代理一次。
这是伪代码: