Skip to content

ebpf-shield/bpf-agent

Repository files navigation

eBPF Agent

Firewall

# Print eBPF logs
`bpftool prog tracelog`

# Backend
```bash
uvicorn main:app --host 0.0.0.0 --port 8080

Inbound

We are interested in src(remote) ip and dest(local) port

Outbound

We are interested in dest(remote) ip and port

About

eBPF per process fireawall

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published