Skip to content

Commit

Permalink
update job name and READEME.md with job status
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Dec 3, 2024
1 parent 6c6c40b commit 575bc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test XDP program compile/load/attach on Ubuntu
on: [push, pull_request]

jobs:
build:
xdp_test:
runs-on: ubuntu-latest

env:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Test XDP program compile/load/attach on Ubuntu](https://github.com/SRodi/xdp-ddos-protect/actions/workflows/test.yml/badge.svg)](https://github.com/SRodi/xdp-ddos-protect/actions/workflows/test.yml)

# Protect from DDoS attacks with XDP

The [xdp_ddos_protection.c](./xdp_ddos_protection.c) file contains an eBPF program designed for DDoS protection using XDP (eXpress Data Path).
Expand Down

0 comments on commit 575bc4c

Please sign in to comment.