Rod Hynes 8a972ef75d Use Go modules 3 năm trước cách đây
..
internal f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
.travis.yml 8a972ef75d Use Go modules 3 năm trước cách đây
LICENSE f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
README.md f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
attribute.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
doc.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
nfqueue.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
nfqueue_gteq_1.12.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
nfqueue_lt_1.12.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây
types.go f915f6fa7f Vendor packetman dependencies 5 năm trước cách đây

README.md

go-nfqueue PkgGoDev Build Status Go Report Card

This is go-nfqueue and it is written in golang. It provides a C-binding free API to the netfilter based queue subsystem of the Linux kernel.

Privileges

This package processes information directly from the kernel and therefore it requires special privileges. You can provide this privileges by adjusting the CAP_NET_ADMIN capabilities.

	setcap 'cap_net_admin=+ep' /your/executable

For documentation and more examples please take a look at GoDoc