doc.go 371 B

12345678910
  1. /*
  2. Package nfqueue provides an API to interact with the nfqueue subsystem of the netfilter family from the linux kernel.
  3. This package processes information directly from the kernel and therefore it requires special privileges. You
  4. can provide this privileges by adjusting the CAP_NET_ADMIN capabilities.
  5. setcap 'cap_net_admin=+ep' /your/executable
  6. */
  7. package nfqueue