🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务...
socks5.go feat: add http proxy ridrect Jan 27, 2020 Repository files navigation README MIT license Socks5Proxy 用golang 实现了一个简单的socks5协议来实现代理转发,主要应用场景是給公司内部做VPN登陆,提供内网访问。(声明:由于采用的是原始的socks5协议,并没有对协议做改造加工,并不一定能防范GFW的主动...
Proxy -> Remote: 将SwitchyOmega发给Proxy的地址再发给Remote,由Remote执行真正的连接 Proxy -> Remote: 将SwitchyOmega发给Proxy的请求数据发给Remote,再由Remote发给 最终要通信的网站 Remote -> Proxy: 将网站的响应数据回复给Proxy,然后Proxy再回复给SwitchyOmega,然后再由浏览器展示出来 详细代码 proxy use std;...
resolver 223.5.5.5;#阿里dnslisten443;#正向代理转发https请求proxy_connect;#源服务器的web资源的端口?proxy_connect_allow 443; proxy_connect_connect_timeout 10s; proxy_connect_read_timeout 10s; proxy_connect_send_timeout 10s; location / { proxy_pass http://$host; proxy_set_header Host$host; }...
frp下载地址:https://github.com/fatedier/frp/releases frp介绍文档及各类参数详解:https://gofrp.org/docs/ proxifier下载地址:https://www.proxifier.com/ (注:frp客户端和服务端尽量使用最新版本或一致的版本,要不有可能出现兼容问题) 步骤: 1、frp是有一个客户端,一个服务器端,首先配置服务器端的frp配置...
1.下载proxy 下载地址:https://github.com/AntonOrnatskyi/goproxy/releases/latest 下面以v6.2为例,如果有最新版,请使用最新版链接. cd /root/proxy/ wget https://github.com/AntonOrnatskyi/goproxy/releases/download/v6.2/proxy-linux-amd64.tar.gz 2.下载自动安装脚本 cd /root/proxy/ wget https...
git config --global http.proxy'socks5://127.0.0.1:1080'git config --global https.proxy'socks5://127.0.0.1:1080' # 如果提示失败gitclonehttps://github.com/xxxxxx gitclonehttps://ghproxy.com/https://github.com/xxxxxx 也可以在浏览器中打开 ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
https://github.com/arloor/HttpProxy https://github.com/arloor/connect socks5 这是一个新的、使用netty实现的、使用http协议进行混淆的socks5代理。解决了前作sogo项目因go内存回收机制/内存复用机制弱带来的cpu/内存占用高的问题。 电报讨论组 电报讨论组https://t.me/popstary ...
frp下载地址:https://github.com/fatedier/frp/releases frp介绍文档及各类参数详解:https://gofrp.org/docs/ proxifier下载地址:https://www.proxifier.com/ (注:frp客户端和服务端尽量使用最新版本或一致的版本,要不有可能出现兼容问题) 步骤: 1、frp是有一个客户端,一个服务器端,首先配置服务器端的frp配置...