add-host.sh 99 B

1234
  1. #!/bin/bash
  2. read -rp "Domain/Host: " -e host
  3. echo "IP=$host" >> /var/lib/premium-script/ipvps.conf