Skip to content

Releases: leodido/traffico

v0.1.1

21 Nov 14:55
Compare
Choose a tag to compare

Features

Nothing new this time!

Fixes

  • xmake: make sure binarie's the dependencies inherit the includes from the bpf target

Community

  • We have a new sponsor in our SPONSORS.md and a process to sponsor this project

Pulls

  • Create SPONSORS.md by @leodido in #10
  • fix: make sure binarie's the dependencies inherit the includes from the bpf target by @fntlnz in #11

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Jun 10:33
Compare
Choose a tag to compare

Features

  • TC BPF programs
    • block_private_ipv4
    • nop
    • block_ip (needs to be built with your IP at the moment)
  • Build system
  • API to open, load, and attach TC BPF programs
  • API to customize the behavior after the TC BPF program attachment
  • Full-featured CLI to load TC BPF programs
    • Flags for help, verbosity (y or n)
    • Flags for specifying the interface to which to attach the TC BPF program
    • Flags for specifying where (ingress or egress) to attach it
    • Flags for avoiding the TC BPF program destroy and detach at the exit
  • CNI plugin
  • Docs (README)

Pulls

Full Changelog: https://github.com/leodido/traffico/commits/v0.1.0