-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add debian 12 sources for waf and dos (#9)
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# NAP DoS repo for debian 12 (bookworm). | ||
# The VERSION variable needs to be replaced with the version of NGINX Plus you want to install, i.e. R30, or removed. | ||
|
||
Types: deb | ||
URIs: https://pkgs.nginx.com/app-protect-dos/%VERSION%/debian | ||
Suites: bookworm | ||
Components: nginx-plus | ||
Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NAP WAF repos for debian 12 (bookworm). | ||
# The VERSION variable needs to be replaced with the version of NGINX Plus you want to install, i.e. R30, or removed. | ||
|
||
Types: deb | ||
URIs: https://pkgs.nginx.com/app-protect/%VERSION%/debian | ||
Suites: bookworm | ||
Components: nginx-plus | ||
Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg | ||
|
||
# security updates | ||
Types: deb | ||
URIs: https://pkgs.nginx.com/app-protect-security-updates/debian | ||
Suites: bookworm | ||
Components: nginx-plus | ||
Signed-By: /usr/share/keyrings/app-protect-archive-keyring.gpg |