Detected 2 occurrence(s) of ‘^\s*pass(word|phrase|wd|code)*\s*(:|=|is|was)\s*[a-z0-9\-_\!]+$': #Variables needed to make a openvpn config file USRNAME=myemail@gmail.com PASSWD=mypassword DNS='12.12.12.12, 13.13.13.13' #This contains a bunch of .ovpn files (Honk Kong, Denmark,.. etc) FILES=/home/user/TorGuardPRO/* for f in $FILES #Loop through each file do #This is where I don't know what I need to do with each .ovpn #This comma Detected […]
↧