bitnom / VPN-Chain

Bash script for making chained OpenVPN connections.
MIT License
88 stars 29 forks source link

updated tun_number issue for unlimited support #9

Open allineone opened 3 years ago

allineone commented 3 years ago

Current GET_TUN() function did not support tun values over 2, likely due to awk, Fixed with use of tr and sort.

Kotno557 commented 10 months ago

This is working, very thank you 🙌