Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiiuae/ebpf-firewall

eBPF based firewall
https://github.com/tiiuae/ebpf-firewall

ebpf firewall nix nixos rust

Last synced: 26 days ago
JSON representation

eBPF based firewall

Awesome Lists containing this project

README

        

# ebpf-firewall
eBPF based firewall development

## Building from Source with Nix

* Clone the repository:

```bash
git clone https://github.com/tiiuae/ebpf-firewall.git
cd ebpf-firewall
```
* Start nix devshell
```bash
nix develop
```

* Build the project
```bash
#release build
nix build .#ebpfFwRelease
#debug build
nix build .#ebpfFwDebug
```