From 0376af559373003a4dbcceb8ddbc9f4346fc0982 Mon Sep 17 00:00:00 2001 From: Eldwan Brianne Date: Tue, 16 Mar 2021 23:44:08 +0100 Subject: [PATCH] Commented part on UFW_ALLOW_GW_NET until fix --- root/etc/deluge/start.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/etc/deluge/start.sh b/root/etc/deluge/start.sh index f461d2f0d..9c85bf01a 100755 --- a/root/etc/deluge/start.sh +++ b/root/etc/deluge/start.sh @@ -55,10 +55,10 @@ fi log "Got local network ${GW} and CIDR ${GW_CIDR} on interface ${INT}" -if [[ "${ENABLE_UFW,,}" == "true" && "${UFW_ALLOW_GW_NET,,}" == "true" ]]; then - log "Allow from ${GW_CIDR}" - ufw allow from ${GW_CIDR} -fi +# if [[ "${ENABLE_UFW,,}" == "true" && "${UFW_ALLOW_GW_NET,,}" == "true" ]]; then +# log "Allow from ${GW_CIDR}" +# ufw allow from ${GW_CIDR} +# fi if [[ -n "${LOCAL_NETWORK-}" ]]; then if [[ -n "${GW-}" ]] && [[ -n "${INT-}" ]]; then