I think I found a bug in the current openvpn config file for linux tcp:
* https://github.com/cryptostorm/cryptost ... p.ovpn#L53
Running the following:
Code: Select all
git clone https://github.com/cryptostorm/cryptostorm_client_configuration_files.git
cd cryptostorm_client_configuration_files/cryptofree/
sudo openvpn cryptofree_linux-tcp.ovpn
Code: Select all
Options error: --replay-window only makes sense with --proto udp
Use --help for more information.
Code: Select all
sed -i 's/\(replay-window 128 30\)/#\1/' cryptofree_linux-tcp.ovpn
Is this replay-window option intentional? Are there any risks in removing it? If not, can this be fixed in the public repo (linked above)?
TIA!