vtun
vtun copied to clipboard
A simple VPN written in Go.
vpn协议 网卡读取的数据包, 如何解析出获取访问的域名?客户端后服务端能实现么?感谢!
## 知道的和不清楚的 * 客户端和服务端都是 `tun + socket` 的组合,客户端 `tun` 负责采集所有除了到 `dns server` 和 `vpn server` 的 `IP Packet`,然后通过 `socket` 发给服务端 * 服务端启动了转发,`FORWARD` 使其能接收 `dstIP` 不为自己的包,转发时 `tun` 和物理网卡都因 `iptables masquerade` 改写...
I should have added this to #24 , unless you already baked it in, specifying compression levels would be useful.
Can someone who got this running make a better installation wiki, If there is the need for caddy for websocket etc. As the instruction is not ordinary users friendly. This...
When trying to setup this for the first time, I greatly missed some feedback on where things failed. A `-v` option with some feedback like 'connection from x.x.x.x', 'rejected, wrong...