https://github.com/cloneofsimo/1m-block
https://github.com/cloneofsimo/1m-block
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloneofsimo/1m-block
- Owner: cloneofsimo
- Created: 2021-11-10T08:55:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T13:02:37.000Z (over 4 years ago)
- Last Synced: 2025-01-21T06:43:24.735Z (over 1 year ago)
- Language: C++
- Size: 5.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```