From f9faab07859030e3b931d7e3c7ef280245905591 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 22:17:45 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/inc/sites.inc b/inc/sites.inc index 4448805f..3e3ee28f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -596,6 +596,18 @@ SITEINFO(){ read server echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" ;; + 8) + echo -e "\033[K\n\033[K" + echo -en "\033[KEnter new Proxy Scheme (http/https): " + read scheme + echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" + ;; + 9) + echo -e "\033[K\n\033[K" + echo -en "\033[KEnter new Proxy Port: " + read port + echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" + ;; esac # [ "$edit" = "7" ] && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" echo -e "\033[12A"