Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkevsterrr authored Apr 20, 2021
1 parent 3eb6b73 commit 9c256c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Install Python dependencies:
# python3 -m pip install -r requirements.txt
```

On Debian 10 systems, some users have reported needing to install netfilterqueue directly from Github:
```
# sudo python3 -m pip install --upgrade -U git+https://github.com/kti/python-netfilterqueue
```

## Running a Strategy

A censorship evasion strategy is simply a _description of how network traffic should be modified_. A strategy is not
Expand Down

0 comments on commit 9c256c7

Please sign in to comment.