Update README.md for Arch support

This commit is contained in:
Kevin Bock 2023-04-28 09:23:29 -04:00 committed by GitHub
parent 1655fb1a3b
commit e52c275bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ On Debian 10 systems, some users have reported needing to install netfilterqueue
# sudo python3 -m pip install --upgrade -U git+https://github.com/kti/python-netfilterqueue
```
On Arch systems, some users have reported needing to make liblibc.a available for netfilterqueue:
```
sudo ln -s -f /usr/lib64/libc.a /usr/lib64/liblibc.a
```
## Running a Strategy
A censorship evasion strategy is simply a _description of how network traffic should be modified_. A strategy is not