egg1234
egg1234
Hi, Do you have plan to support "s390x-linux" target? Because some downstream rust project like TUIC"https://github.com/EAimTY/tuic" depends on [rustls](https://github.com/rustls/rustls), which uses [ring](https://github.com/briansmith/ring) for implementing the cryptography in TLS. So ring...
举例局域网内已经有socks5代理 10.0.0.5:1080 是否可以增加选项使用局域网已有的这个socks5代理服务器? 例如使用格式是: cproxy --ip 10.0.0.5 --port 1080 --redirect-dns -- 谢谢!
已经试验了AWS,GCP,Oracle的服务器,同一台VPS架设3种协议,VMESS,VLESS,hysteria,使用VMESS及VLESS打google voice没有任何问题,只要是使用hysteria协议,一打google voice就断了,就是接通没有声音就断线了,客户端在android上使用sagernet,在iPhone上使用小火箭,也都使用了上面3种协议,也在上面说的3个不同的云服务商的vps上测试过,两台手机情况一样。 但是放youtube,打开play store没有任何问题。
Do you have plans to add hysteria as Shadowsocks-NET / Qv2ray Plugin? This project is the brand new Qv2ray v3.0.0 . https://github.com/Shadowsocks-NET/Qv2ray Thanks,
Hi , Would you have plan to add pingtunnel or icmptunnel? Things like ss over pingtunnel or ss over icmptunnel. Thank you.
### Version, approach of installation, operating system 1. What version of v2rayA are you using? v1.5.8.1 2. What approach of installation do you install V2rayA? 下载v4.44.0/v2ray-linux-64.zip及installer_debian_amd64_1.5.8.1.deb进行本地安装 3. What is your...
### 版本、安装方式、系统 1. 你在使用什么版本的v2rayA 1.5.6.2 2. 你通过什么方式安装v2rayA 下载deb文件本地安装 4. 你所使用的操作系统 Debian 10 ### 描述问题: v2rayA的防止DNS污染设置为转发DNS请求,大陆白名单,redirect,假设v2rayA的地址是10.0.0.2 想请教的是: 局域网客户端的机器把网关设置为10.0.0.2,把DNS地址设置为10.0.0.2 与 局域网客户端的机器把网关设置为10.0.0.2,把DNS地址设置为8.8.8.8 上面这两种客户端的DNS设置方式对客户端的访问有什么不同的影响吗? 谢谢!
### Describe the feature you want 能否增加hysteria协议的支持? https://github.com/HyNetwork/hysteria 谢谢!
### 错误描述 使用netch 1.9.7,配置出口代理后,设置选项使用软件自己缺省的参数,没有改变,点启动,然后使用firefox或chrome浏览器,访问https://dnsleaktest.com/ 网站,网页出来后点Extended test按钮进行DNS泄漏测试,结果出来后就会发现既有远程的cloudflare的DNS地址,也有国内运营商的DNS地址 同样的测试使用v2rayN,启动自动配置代理后,同样使用firefox或chrome浏览器,访问https://dnsleaktest.com/ 网站,网页出来后点Extended test按钮进行DNS泄漏测试,结果出来后就会发现只有远程代理服务器的DNS地址 出口代理使用vmess或局域网原有的socks5代理都一样 ### 复现步骤 1.使用netch 1.9.7,配置出口代理,代理规则是bypass lan and china 2.设置选项使用软件自己缺省的参数,没有改变,点启动 3.使用firefox或chrome浏览器,访问https://dnsleaktest.com/ 网站,网页出来后点Extended test按钮进行DNS泄漏测试,结果出来后就会发现既有远程的cloudflare的DNS地址,也有国内运营商的DNS地址 ### 日志 日志没有特别的地方,都是正常的访问 ### 操作环境 ```txt windows 10 21H2...
类似下面这样的配置可以在服务器端转发数据吗?还是必须"socks5+icmp"或承载其它协议? 服务端:./gost -L=icmp://:0?keepAlive=1 客户端:./gost -L=:1111 -F=icmp://22.22.22.22:0?keepAlive=1 谢谢!