A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Updated
Apr 5, 2022 - Go
{{ message }}
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
A platform for building proxies to bypass network restrictions.
压缩包内的pac文件中,下面字符串可以自行修改,连接的是本地的http端口10809
var proxy = "PROXY 127.0.0.1:10809;";
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
A platform for building proxies to bypass network restrictions.
提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
在Ubuntu系统下使用dev-sidecar时,程序需要安装根证书,但是在安装时会出现以下问题:
Error: sudo: 没有终端存在,且未指定 askpass 程序
要解决此问题,可以打开终端,运行 sudo /opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox ,以root身份安装证书,从而避开sudo的密码询问步骤,解决问题。
在安装完证书后,重新启动程序,就能发现证书安装成功了。
搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。
A cross-platform shadowsocks GUI client
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
List of libraries, tools and APIs for web scraping and data processing.
Add a description, image, and links to the proxy topic page so that developers can more easily learn about it.
To associate your repository with the proxy topic, visit your repo's landing page and select "manage topics."
简要描述问题
windows10,.net组件正常,能够正常运行冰使用Shadowsocks 4.1.10,
只是最近朋友给我的ss节点,其密码都是64位的字符串,填入Shadowsocks 4.1.10,客户端中,结果连接不上,节点的加密方式为chacha20-ietf-poly1305。朋友说是这个认证方式是 shadowsocks-libev 引入的。
用朋友给我的一个命令行程序([demon.zip]https://github.com/shadowsocks/shadowsocks-windows/files/5012306/demon.zip)
)能够连上。
shadowsocks-windows将来能支持这种类型的节点嘛?