Added 7 to set custom IP

This commit is contained in:
Brandon Ambrose 2021-01-21 15:31:33 +00:00
parent 61643bea19
commit 484b3f8098

View file

@ -135,7 +135,7 @@ new_client_dns () {
dns="94.140.14.14, 94.140.15.15"
;;
7)
read -p "Enter IP: " custom_dns_ip
read -p "Enter IP: " dns
;;
esac
}