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

https://github.com/adilcan/dropify

Simple eBPF packet dropper
https://github.com/adilcan/dropify

Last synced: 4 months ago
JSON representation

Simple eBPF packet dropper

Awesome Lists containing this project

README

        

# Dropify - eBPF Packet Dropper

Please note that this project is still work in progress, and it shouldn't be used in a production environment.

This project uses eBPF and Go to drop all packets on a specified network interface using Traffic Control (TC).

## Prerequisites
- Linux kernel with eBPF support
- Go 1.18+

## Installation & Usage

### 1. Clone
```sh
git clone https://github.com/yourusername/ebpf-drop-packets.git
cd ebpf-drop-packets
```

### 2. Running
```sh
go run main.go -iface eth0
```
Replace eth0 with your interface.