Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 228 Bytes

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"}