ShadowVPN icon indicating copy to clipboard operation
ShadowVPN copied to clipboard

Removed according to regulations.

Results 46 ShadowVPN issues
Sort by recently updated
recently updated
newest added

Did you have solution to use ShadowVPN with Radius Server like pptpd or l2tpd??

https://groups.google.com/forum/#!forum/shadowsocks 我的邮箱是 czzshr#gmail.com 求邀请~~

您好,请问这个项目之前是用什么编程语言写的?

我这里只要两个人使用就会不停断线 非常痛苦 concurrency已经设置成5 但是好像没有效果

在client和server都搭建好了. 配置使用的就是默认配置, 按照wiki照做. 完成后, 在客户端: ping www.google.com可以ping通.(DNS已经改成8.8.8.8) traceroute可以看到走的就是tun0出去的. 但是当用wget www.google.com尝试直接访问google就不行了,在客户端Wireshark抓包,发现了TCP重传。 于是用tcpdump在vps上抓包 发现在vps的eth0口(外网端口), www.google.com 服务器有返回数据, 但是在vps的tun0上只有发送的数据包,看不到返回的数据包. 现象就是ICMP包可以顺利返回,而TCP包无法返回,不知道为什么从vps的eth0返回的数据到达不了tun0了。 已经检查了ip_forward参数为1,eth0的nat已经打开。 很奇怪.

Anybody can help point me in the direction of getting ShadowVPN on ASUSMerlin-WRT?

I have two network cards serving my computer with two gateways. **ip route show** `default via 10.0.0.1 dev eth0 proto static metric 100` `default via 192.168.0.1 dev eth1 proto static...

As ShadowVPN now supports multiple clients, I wonder if it will support a tinc-like full mesh p2p model. A major defect of tinc is that it uses TCP to maintain...

enhancement
help wanted

Maybe we can use intf=tun$( ifconfig | grep -c tun ) instead of static intf "tun?" in the conf file. Some one that who was already use the tun0 and...

A server can handle concurrent multiple users with one tun device. Protocol upgrade is required. Backward compatible. Will fallback to P2P mode if no user token is specified.

enhancement