Hi Ruy:
I try your new vpn.sh 1.0 version and I see some problem after uninstall it.
After uninstall it, the dns resolution is loose.
vpn@vpn:~/Descargas$ vpn.sh uninstall
[sudo] password for vpn:
/etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
CShell stopped
/opt/etc/vpn.conf not deleted. If you are not reinstalling do:
sudo rm -f /opt/etc/vpn.conf
cat /opt/etc/vpn.conf
VPN="URL"
VPNIP="IP"
SPLIT=""
chroot+checkpoint software deleted
vpn@vpn:~/Descargas$ sudo ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 43 jun 3 01:22 /etc/resolv.conf -> ../run/resolvconf/interfaces/NetworkManager
vpn@vpn:~/Descargas$ sudo resolvconf -u
/etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
if a delete /etc/resolv.conf file, and create a symbolic link from /etc/resolv.conf to /run/resolvconf/resolv.conf and execute "resolvconf -u", the problem is resolved.
The version 0.999 dont have this problem.
Thanks.