首页
订阅转换
群协议
ML配置分享
更多
本站赞助名单
搜索
1
神秘模块[百度][机场]教程
4,564 阅读
2
青龙面板-联通余量v4-微信企业通知
2,738 阅读
3
v2模块-订阅转换-七七机场-教程
1,323 阅读
4
群里代挂青龙面板联通余量服务教程
1,071 阅读
5
Tiny_百度直连
981 阅读
百度直连
ML
UC直连
Tiny
clnc
cns
v2ary
联通余量v4
河南沃派
工具
登录
/
注册
搜索
标签搜索
ML
百度直连
v2ary
clnc
cns
tiny
UC直连
工具
联通余量v4
河南沃派
百度高速解析
联通签到
教程
xxcyou
累计撰写
23
篇文章
累计收到
358
条评论
首页
栏目
百度直连
ML
UC直连
Tiny
clnc
cns
v2ary
联通余量v4
河南沃派
工具
页面
订阅转换
群协议
ML配置分享
本站赞助名单
用户登录
登录
注册
xxcyou
搜索到
14
篇与
的结果
2023-03-04
苹果小火箭百度直连
基础教程添加到小火箭苹果手机点击直接添加到小火箭lua://OkBjbG91ZG5wcm94eS5iYWlkdS5jb206NDQz?remarks=%E7%99%BE%E5%BA%A6%E7%9B%B4%E8%BF%9E&path=backend-baidu.lua&obfs=none&method=none添加到lua脚本https://bbs.xxcyou.com/backend-baidu/backend-baidu.lua
2023年03月04日
286
1
0
2023-02-28
关于百度ML的IP获取教程
Windows操作win + R 输入cmd 回车 弹出黑窗口 输入 ping cloudnproxy.baidu.comAndroid操作MT管理器 右上角菜单 点击终端 弹出黑窗口 输入 ping cloudnproxy.baidu.comMT管理器
2023年02月28日
600
0
0
2023-02-28
cluc_百度_cns走头条_全能版
variables { iP = 157.255.78.51:443; //cloudnproxy.baidu.com //填你的cns服务器 服务器端口最好443 cns_server = cns:443; //填你的cns服务器密码 cns_passwd = cns密码; //以下内容不需要管 CNSP = "GET / [V]\r\nHost: m.toutiao.com\r\nMeng: [H]\r\n"; HTTP = "[M] http://[H_P][U] [V]\r\nHost: [H_P]\r\nX-T5-Auth: 88888888\r\nUser-Agent: baiduboxapp\r\n"; HTPS = "[M] [H] [V]\r\nHost: [H]\r\nX-T5-Auth: 88888888\r\nUser-Agent: baiduboxapp\r\n"; } #######UDP部分######## httpUDP::udp { udp_tproxy_listen = 0.0.0.0:6650; udp_socks5_listen = 0.0.0.0:1081 destaddr = ${cns_server}; httpMod = cns; encrypt = ${cns_passwd}; udp_flag = httpUDP; } tcp::Global { tcp_listen = :::6650; } //HTTP模式 httpMod::http { del_line = host; del_line = User-Agent; set_first = ${HTTP}; } //HTTPS模式 httpMod::tunnel { del_line = host; set_first = ${HTPS}; } //cns模式 httpMod::cns { del_line = host; set_first = ${CNSP}; } tcpProxy::http_proxy { //HTTP代理地址 destaddr = ${iP}; httpMod = http; } tcpProxy::https_proxy { //HTTPS代理地址 destaddr = ${iP}; tunnelHttpMod = tunnel; tunnel_proxy = on; } tcpProxy::cns_proxy { //Cns代理地址 destAddr = ${cns_server}; tunnel_proxy = on; tunnelHttpMod = cns; tunnel_encrypt = ${cns_passwd}; } //ssl端口先建立CONNECT连接 tcpAcl::firstConnect { //这一句标识tcp三次握手后马上匹配 tcpProxy = https_proxy; matchMode = firstMatch; //读取数据后尝试匹配tcpAcl::http模块 reMatch = http; dst_port = 8080; dst_port = 443; dst_port = 80; } //匹配普通http请求 tcpAcl::http { tcpProxy = http_proxy; continue: method != IS_NOT_HTTP|CONNECT; reg_string != WebSocket; } //其他请求使用cns代理 tcpAcl::cns { tcpProxy = cns_proxy; dst_port != 8080; dst_port != 443; dst_port != 80; } dns::Global { dns_listen = :::6653; cachePath = /dev/null; } dnsAcl { httpMod = http; //HTTP代理地址 destaddr = ${iP}; header_host = 119.29.29.29; query_type = A; } //用于接收socks5请求 socks5::recv_socks5 { socks5_listen = 0.0.0.0:1081; socks5_dns = 127.0.0.1:6653; handshake_timeout = 60; } Tun { tunAddr4 = 10.0.0.1; //tunAddr6 = fc00::1; tunMtu = 1500; tunDevice = tunDev; }
2023年02月28日
411
0
0
2023-02-28
clnc_钉钉纯cns
variables { cns_server = cns:端口; cns_passwd = 密码; cns_header_host = gw.alicdn.com; cns_fit = "GET / [V]\r\nHost: gw.alicdn.com\r\nMeng: [H]\r\n"; } tcp::Global { tcp_listen = :::6650; } dns::Global { dns_listen = :::6653; } httpMod::clns_https_cns { del_line = host; set_first = ${cns_fit}; } tcpProxy::https_proxy { destAddr = ${cns_server}; tunnel_encrypt = ${cns_passwd}; tunnel_proxy = on; tunnelHttpMod = clns_https_cns; } tcpAcl::firstConnect { tcpProxy = https_proxy; matchMode = firstMatch; timeout = -1; dst_port != 0; } dnsAcl { destAddr = ${cns_server}; header_host = 119.29.29.29:53 lookup_mode = tcpDNS; tunnel_encrypt = ${cns_passwd}; tunnelHttpMod = clns_https_cns; tunnel_proxy = on; } httpUDP::udp { udp_tproxy_listen = 0.0.0.0:6650; header_host = ${cns_header_host}; destAddr = ${cns_server}; encrypt = ${cns_passwd}; udp_flag = httpUDP; httpMod = clns_https_cns; } Tun { tunAddr4 = 10.0.0.1; //tunAddr6 = fc00::1; tunMtu = 1500; tunDevice = tunDev; }
2023年02月28日
399
0
0
2023-02-28
clnc_UC直连
#######UDP部分######## httpUDP::udp { //如果搭建了cns服务器可以删除下面的//(尽量不要搭建443端口) udp_tproxy_listen = 0.0.0.0:6650; udp_socks5_listen = 0.0.0.0:1081 destaddr = 101.71.140.5:8128; httpMod = tunnel; //header_host = 1; //encrypt = 1; } tcp::Global { tcp_listen = :::6650; } //非标准端口转发另行处理 tcpProxy::https_cns_proxy { destaddr = 101.71.140.5:8128; tunnelHttpMod = tunnel; tunnel_proxy = on; } //HTTPS模式 httpMod::tunnel { del_line = host; set_first = "[M] [H]/ [V]\r\nProxy-Authorization: Basic dWMxMC43LjE2My4xNDQ6MWY0N2QzZWY1M2IwMzU0NDM0NTFjN2VlNzg3M2ZmMzg=\r\n"; } //HTTP模式 httpMod::http { del_line = host; set_first = "[M] http://[H][U] [V]\r\nProxy-Authorization: Basic dWMxMC43LjE2My4xNDQ6MWY0N2QzZWY1M2IwMzU0NDM0NTFjN2VlNzg3M2ZmMzg=\r\n"; } tcpProxy::http_proxy { //HTTP代理地址 destaddr = 101.71.140.5:8128; httpMod = http; } tcpProxy::https_proxy { //HTTPS代理地址 destaddr = 101.71.140.5:8128; tunnelHttpMod = tunnel; tunnel_proxy = on; } //ssl端口先建立CONNECT连接 tcpAcl::firstConnect { tcpProxy = https_proxy; matchMode = firstMatch; //读取数据后尝试匹配tcpAcl::http模块 reMatch = http; dst_port = 443; dst_port = 8000; dst_port = 8080; dst_port = 8443; //continue: dst_port = 8443; //continue: dst_port = 33445; } //匹配普通http请求 tcpAcl::http { tcpProxy = http_proxy; continue: method != IS_NOT_HTTP|CONNECT; reg_string != WebSocket; } //匹配其他请求 tcpAcl::CONNECT { tcpProxy = https_cns_proxy; dst_port != 0; dst_port != 8080; dst_port != 443; dst_port != 80; } dns::Global { dns_listen = :::6653; cachePath = /dev/null; } dnsAcl { httpMod = http; //HTTP代理地址 destaddr = 101.71.140.5:8128; header_host = 119.29.29.29; query_type = A; //query_type = AAAA; } //用于接收socks5请求 socks5::recv_socks5 { socks5_listen = 0.0.0.0:1081; socks5_dns = 127.0.0.1:6653; handshake_timeout = 60; } Tun { tunAddr4 = 10.0.0.1; tunAddr6 = fc00::1; tunMtu = 1500; tunDevice = tunDev; }
2023年02月28日
306
1
0
1
2
3