# eBPFSnitch - 리눅스용 어플리케이션 방화벽

> Clean Markdown view of GeekNews topic #3894. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3894](https://news.hada.io/topic?id=3894)
- GeekNews Markdown: [https://news.hada.io/topic/3894.md](https://news.hada.io/topic/3894.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-03-16T09:20:07+09:00
- Updated: 2021-03-16T09:20:07+09:00
- Original source: [github.com](https://github.com/harporoeder/ebpfsnitch)
- Points: 5
- Comments: 1

## Topic Body

- eBPF 와 NFQUEUE 기반

- OpenSnitch에서 영감을 받은 어플 레벨 방화벽

- 모든 Outgoing IPv4 트래픽(TCP/UDP/ICMP등)을 필터링

ㅤ→ IPv6 및 Incoming 트래픽도 지원 에정

- 데몬은 C++ 20 으로 개발. 제어 GUI는 Qt5 + Python3

## Comments



### Comment 4646

- Author: xguru
- Created: 2021-03-16T09:20:12+09:00
- Points: 2

- BPF : 새로운 타입의 소프트웨어 https://news.hada.io/topic?id=1011

- eBPF rethinking the Linux Kernel https://news.hada.io/topic?id=1958

- eBPF 공식 사이트 오픈 https://news.hada.io/topic?id=2661
