for ip in {1..126}; do echo "++ VPN$ip"; echo "menu = VPN$ip" ; echo "title = VPN$ip"; echo "host = 10.0.$ip.6";echo;done

Tags