mirror of
https://github.com/Kkevsterrr/geneva
synced 2025-01-19 15:29:57 +01:00
Update README.md for Arch support
This commit is contained in:
parent
1655fb1a3b
commit
e52c275bc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user