Skip to content
/ go-pf Public

FreeBSD pf (packet filter) wrapper written in Go

License

Notifications You must be signed in to change notification settings

wneessen/go-pf

Repository files navigation

go-pf - FreeBSD pf wrapper in Go

Go Reference Go Report Card Build Status

Is a Go module that wraps around the FreeBSD pf (packet filter). It uses the pfctl command for all operations on the /dev/pf interface

The project currently only supports the functionality I require for a personal project. Contributions are welcome, though.