AOx0 / adam

Rust eBPF-based toolbox
0 stars 0 forks source link

Live event #12

Closed AOx0 closed 1 month ago

AOx0 commented 1 month ago

Ejemplo con curl:

curl \
     --include \
     --no-buffer \
     --header "Connection: Upgrade" \
     --header "Upgrade: websocket" \
     --header "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" \
     --header "Sec-WebSocket-Version: 13" \
     -X GET http://localhost/firewall/events
AOx0 commented 1 month ago

Mpv ready, merging.