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