|
|
|
|
|
by Jakson_Tate
73 days ago
|
|
cool to see eBPF used for a desktop firewall instead of just ddos packet dropping. the note about bpf map overflows is super relatable, dealing with that on bare-metal is a pain. my question is... if the tracking maps fill up completely, does the daemon fail-open or fail-closed? |
|
The DNS lookups, on the other hand, are LRU. If the table overflows too soon, we won't be able to derive names for IP addresses and name-based rules would fail.