We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4559c7 commit e692e17Copy full SHA for e692e17
usr/local/sbin/easyengine
@@ -220,6 +220,7 @@ COMMONNGINX()
220
221
# White List IP Address
222
echo -e "\033[34mEasyEngine (ee) Allow To Access Protected Files By Using Whitelisted IP Address Or HTTP Authentication\e[0m"
223
+ stty echo
224
read -p "Enter The IP Address To Whitelist: " WHITELISTIP
225
if [[ $WHITELISTIP != "" ]]
226
then
0 commit comments