Skip to content

kwakubiney/inferno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inferno

Firewall built with eBPF and Go.

Inspiration

Usage

  • Run sudo apt-get install libbpf-dev to get the necessary header files

  • Build with make

  • Run ./fw add --i <IP address> to block ingress traffic from specified IP address

  • Run ./fw add --e <IP address> to block egress traffic to specified IP address

  • Run ./fw remove --i <IP address> to allow ingress traffic from specified IP address

  • Run ./fw remove --e <IP address> to allow egress traffic to specified IP address

  • Run make clean to unload the eBPF program

About

Firewall built with eBPF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published