Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in VPN-with-Traffic-Splitting wiki #1259

Open
slycordinator opened this issue Dec 29, 2023 · 1 comment
Open

Error in VPN-with-Traffic-Splitting wiki #1259

slycordinator opened this issue Dec 29, 2023 · 1 comment

Comments

@slycordinator
Copy link

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.
@kannibalox
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants