xunkutech
xunkutech
tproxy转发本机流量到v2ray dokodemo端口,v2ray的响应的DST地址会是本机的地址,所以干脆直接放行所有lo。 https://raw.githubusercontent.com/XGFan/transparent-proxy/master/script/transparent_proxy.sh
While combined with OpenConnect Service, each vpn client will dynamically create a virtual interface (vpns0, vpns1...) on the device. It's necessary to bind these new devices with V2RAY rule in...
I have to rewrite the code to accommodate the circumstance of calculating the etag of files on the fly(e.g. upload file through http). It will adopt correct algorithm automatically, regardless...
现象: 1. 创建一个名为”macnet“的macvlan docker网络设备 ```sh ip link set eth0 promisc on docker network create -d macvlan --subnet=192.168.30.0/24 --gateway=192.168.30.1 -o parent=eth0 macnet ``` 2. 启动docker容器,建立VPN连接 ```sh docker run --rm -d --name...