标签 CentOS 下的文章 - 易维网

PPTP VPN Installer

分类:随笔(Essays) ; 热度:1584

tohnnystohnnys

#!/bin/bash -x # Installs a PPTP VPN-only system for CentOS # Create UDF Options ## VPN Username # ## VPN Password # ## VPN Local IP # ## VPN Remote IP # ( VPN_IP=`curl ipv4.icanhazip.com>/dev/null 2>&1` yum -y groupinstall "Development Tools" r...