安全快速的V*N:xTun
jopen
9年前
一个安全和快速的V*N,用于保护你的网络通信。
特性
- Stateless
- CCA security
- Low cost (CPU, RAM and packet overhead)
Linux
make && make install
OpenWRT
# At OpenWRT build root git clone https://github.com/lparam/xTun.git package/xTun make package/xTun/openwrt/compile
Usage
Server
xTun -i IFACE -I IP/MASK -c server -k PASSWORD scripts/server_up.sh
Stop:
xTun --signal stop scripts/server_down.sh
Client
xTun -i IFACE -I IP/MASK -c client -k PASSWORD -s SERVER scripts/client_up.sh
Stop:
xTun --signal stop scripts/client_down.sh
OpenWrt
Modify your SERVER and PASSWORD in /etc/init.d/xTun
/etc/init.d/xTun start
Stop:
/etc/init.d/xTun stop