Skip to content

Commit

Permalink
Cipher fallback for PIA
Browse files Browse the repository at this point in the history
  • Loading branch information
tom472 committed Nov 3, 2020
1 parent a159b4f commit 58f596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediabox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ do
cp "$filename" delugevpn/config/openvpn/ > /dev/null 2>&1
vpnremote=$(grep "remote" "$filename" | cut -d ' ' -f2 | head -1)
# Adjust for the PIA OpenVPN ciphers fallback
echo "data-ciphers-fallback aes-256-gcm" >> delugevpn/config/openvpn/$filename
echo "data-ciphers-fallback aes-256-gcm" >> delugevpn/config/openvpn/*.ovpn
# it'll ask for another unless we leave the loop
break
done
Expand Down

0 comments on commit 58f596b

Please sign in to comment.