安全快速的V*N:xTun
一個安全和快速的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
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!