Projects STRLCPY geneva Commits 9c256c79
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24  # python3 -m pip install -r requirements.txt
    25 25  ```
    26 26   
     27 +On Debian 10 systems, some users have reported needing to install netfilterqueue directly from Github:
     28 +```
     29 +# sudo python3 -m pip install --upgrade -U git+https://github.com/kti/python-netfilterqueue
     30 +```
     31 + 
    27 32  ## Running a Strategy
    28 33   
    29 34  A censorship evasion strategy is simply a _description of how network traffic should be modified_. A strategy is not
    skipped 148 lines
Please wait...
Page is in error, reload to recover