rtorrent icon indicating copy to clipboard operation
rtorrent copied to clipboard

Error in VPN-with-Traffic-Splitting wiki

Open slycordinator opened this issue 2 years ago • 1 comments

apt-get install openvpn iproute2 python sudo dnsutils dnsmasq curl needs to be changed to apt-get install openvpn iproute2 python3 sudo dnsutils dnsmasq curl

Because...

  1. There is no package named "python" in modern versions of Debian.
  2. In older versions of Debian that may still have the "python" package, that provides an installation of python version 2.
  3. The namespaced-openvpn script, that this repo uses and links to, dropped support for python version 2 in 2020.

slycordinator avatar Dec 29 '23 06:12 slycordinator

The wiki is user-editable, so feel free to update anything that is incorrect.

kannibalox avatar Dec 29 '23 13:12 kannibalox