Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiiuae/ebpf-firewall
- Owner: tiiuae
- License: apache-2.0
- Created: 2024-06-24T19:55:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:21:05.000Z (3 months ago)
- Last Synced: 2024-09-28T09:03:19.116Z (about 1 month ago)
- Topics: ebpf, firewall, nix, nixos, rust
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 11
- 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
```