在路由器上面运行 v2ray 可能还需要配置一下虚拟内存,因为 v2ray 是 go 写的,对内存要求比较高,需要你插入一个 u 盘,如果是 merlin 系统,上面配置 opkg/entware 的时候应该就已经插入了,那么就会有一个/opt目录。 其他的可以参考这个链接FAQ 的 8。 我的是 merlin 系统,使用的是entware-setup.sh完成的 entw...
proxy shadowsocks shadowsocks.go simplesocks simplesocks.go 2 changes: 1 addition & 1 deletion 2 proxy/shadowsocks/shadowsocks.go Original file line numberDiff line numberDiff line change @@ -139,7 +139,7 @@ func GetAddrFrom(buf utils.ByteReader) (addr netLayer.Addr, err error) { ...
但是出现了一个问题,如果使用ip,utls无法打开。 详情:使用verysimple客户端,verysimple服务端使用vlesss cdn,ip写的cloudflare域名,host写的伪装域名打开utls会在客户端出现failed in handshake outClient tls 关闭utls可以正常使用 如果不使用cloudflare cdn,直连,打开utls,正常使用 这是bug吗 May 09 '22 18:05 ...
我又试了V2ray,配置文件没有DNS字段,使用sendThrough后可以达到预期目标,出站都是V4,V2和VS的DNS逻辑可能不同。 Sep 21 '22 14:09Tun2Sucks 目前的判断,应该是dns问题。也许我们不应该在sendThrough后,直接把dns解析交给系统。我们要强制解析成对应ip类型才行。 估计是因为,同一个网卡同时具有ipv4和ipv6的话,...
Setup a simple IPSec/L2TP VPN Server for Ubuntu and Debian - VPN-V2Ray/setup-simple-ipsec-l2tp-vpn
V2ray-Example A simple Java module with sample source code to implement the v2ray on Android. This module is built from a custom library based on the xray core . With this module, you can easily develop your VPN application based on powerful v2ray protocols. This module currently supports ...
用了好多种非v2ray的代理,最后都会接上v2ray的fakedns搭tproxy。用了fakedns后就不用特别设定dns的通道跟缓存跟ipset,直接分不同网段转走。例如可以在无法刷机的硬路由上把fakedns的网段设定route转到内网其他linux主机。在不同环境下部署起来方便也灵活很多。谢谢 Sep 13 '22 15:09 kousyougi ...
因为Tun的话,可以提供 全平台支持,而 windivert只能用于 windows。 如果加了 windivert用于 windows 端的 透明代理的话,那么透明代理 就剩 macOS 没支持了,显得很尴尬 为了减少 macOS 的尴尬,也是要先 支持 Tun 后来发现 tun/tap 涉及到 cgo,而且经常涉及到 自己运行一些外部命令,甚至安装一些插件(如wintun),总之...
Dead simple v2ray client for MacOS (terminal) 0x01. pre-requisites Havev2raycore binaryinstalled in your system. 0x02. install thisv2raymscript curl -sSL"https://raw.githubusercontent.com/ggicci/v2raym/main/v2raym"-o~/.local/bin/v2raym \&&chmod +x~/.local/bin/v2raym ...
iOS上一直都没有可用的免费客户端,是个痛点;特别是最近临近某帮派登基70周年,SS被封的很厉害基本没法用,急需v2ray来拯救。外国区App Store虽有收费客户端,但需要国外信用卡购买, 连国内的带visa/mastercard的信用卡都不行, 想购买很困难 也许有必要开发一个简单的iOS客户端?