An open API service indexing awesome lists of open source software.

https://github.com/cloneofsimo/1m-block


https://github.com/cloneofsimo/1m-block

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

* Install Libnet.
```
sudo apt-get install -y libnet-dev
```

* Install Libnetfilter-queue
```
sudo apt install libnetfilter-queue-dev
```

* Install g++
```
sudo apt install g++
```

* Compile as
```
g++ -o main main.cpp -lnetfilter_queue
```