ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何叠加协议使用?

marklove5102 opened this issue · comments

gost -L=kcp://:8388
TCP保证数据准确交付,UDP保证数据快速到达,KCP则是两种协议的一个折中。

那么我要在kcp上跑 
TLS
shadowsocks
SOCKS5
QUIC
等等协议,只能套娃不能在本gost -L=kcp://:8388 同时干活?