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 1a54bbf commit 4060abbCopy full SHA for 4060abb
usr/local/sbin/easyengine
@@ -219,6 +219,7 @@ COMMONNGINX()
219
EEMD5SUM
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"
223
IPDETECT=$(w | grep $(echo $SSH_TTY| cut -d'/' -f3,4) | awk '{print($3)}' | grep -v "-")
224
if [ ! -z $IPDETECT ]
225
then
0 commit comments