Skip to content

packetframe/vertex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vertex

XDP based edge firewall

Example Filters

Ratelimit SYN to 10 pps
{"tcp_enabled": true, "tcp_syn": true, "pps": 10}
Ratelimit IP to 1 kbps
{"bps": 1024, "srcip": "192.0.2.1"}