https://github.com/tiiuae/ebpf-firewall
eBPF based firewall
https://github.com/tiiuae/ebpf-firewall
ebpf firewall nix nixos rust
Last synced: 4 months ago
JSON representation
eBPF based firewall
- Host: GitHub
- URL: https://github.com/tiiuae/ebpf-firewall
- Owner: tiiuae
- License: apache-2.0
- Created: 2024-06-24T19:55:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:21:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T10:51:33.910Z (over 1 year ago)
- Topics: ebpf, firewall, nix, nixos, rust
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```