From 773264b762fd21e7c912269074fb02033bb1dfbf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 May 2022 18:39:52 +0200 Subject: [PATCH] Message vpn ok --- qbittorrent/rootfs/etc/services.d/nginx/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/rootfs/etc/services.d/nginx/run b/qbittorrent/rootfs/etc/services.d/nginx/run index 774ee248e..045a1e724 100644 --- a/qbittorrent/rootfs/etc/services.d/nginx/run +++ b/qbittorrent/rootfs/etc/services.d/nginx/run @@ -9,6 +9,8 @@ if [ -f /currentip ]; then if [[ "$(curl ipecho.net/plain)" = "$(cat /currentip)" ]]; then bashio::log.fatal "VPN is not properly configured. Your ip is exposed. Please fix this, or do not use the vpn alt mode" bashio::exit.nok + else + bashio::log "VPN is up and running with ip $(curl ipecho.net/plain)" fi fi