Rewrite WEB_PORT log.

Signed-off-by: Nathan Gaberel <nathan@gnab.fr>
This commit is contained in:
Nathan Gaberel 2023-01-21 17:17:14 -08:00
parent 010644af5e
commit d2637c3a02
No known key found for this signature in database
GPG Key ID: A26AA755B8E5628A
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ setup_web_port() {
return
fi
echo " [i] Custom WEB_PORT set to $web_port"
echo " [i] Without proper router DNAT forwarding to $FTLCONF_LOCAL_IPV4:$web_port, you may not get any blocked websites on ads"
echo " [i] Without proper router DNAT forwarding to ${WEB_BIND_ADDR:-$FTLCONF_LOCAL_IPV4}:$web_port, you may not get any blocked websites on ads"
# Update lighttpd's port
sed -i '/server.port\s*=\s*80\s*$/ s/80/'"${WEB_PORT}"'/g' /etc/lighttpd/lighttpd.conf