PPTP VPN Installer
分类:随笔(Essays) ; 热度:1377
#!/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...