Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 556 Bytes

NetConn

Open-source router and firewall software for Linux written in Go. Utilizes Linux's XDP hook through (e)BPF for fast packet processing.

Prerequisites

  • A Linux OS distro with XDP support implemented into kernel.
  • At least 512 MBs of free RAM.
  • Golang.

Golang Packages

Additional packages for Golang are used in the following.

# Install Dropbox's GoeBPF module.
go get github.com/dropbox/goebpf

Contributors