Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 423 Bytes

File metadata and controls

12 lines (9 loc) · 423 Bytes

wireguard

For CentOS7

使用方法

yum -y install wget && wget -O wg_install.sh https://git.io/fpRsh && bash wg_install.sh
本脚本必须先升级内核才可进行一步安装。
注释:由于脚本升级了内核请勿在生产环境安装!!!
脚本使用了firewall来进行转发,没有采用iptables。

脚本参考鸣谢

@yobabyshark