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"