Changed transmission to deluge. Simplify ufw rules

This commit is contained in:
Eldwan Brianne
2020-11-10 23:31:05 +01:00
parent 3d97cd5302
commit 69bd27150f
10515 changed files with 666 additions and 2369 deletions

7
root/etc/tinyproxy/stop.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [[ "${WEBPROXY_ENABLED}" = "true" ]]; then
/etc/init.d/tinyproxy stop
fi