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

View File

@@ -0,0 +1,18 @@
#!/bin/bash
set -e
# If the script is called from elsewhere
cd "${0%/*}"
# Ensure linux line endings
dos2unix *
# Update auth config line with correct path
gsed -i "s/^auth-user-pass.*/auth-user-pass \/config\/openvpn-credentials.txt/" *.ovpn
# Remove comments and empty lines
gsed -i -e "/^#.*/d" -e "/^$/d" *.ovpn
# Create symlink for default.ovpn
ln -s "U.S. Texas Hub - TCP.ovpn" default.ovpn