Search Criteria
Package Details: nft-blackhole 1.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nft-blackhole.git (read-only, click to copy) |
---|---|
Package Base: | nft-blackhole |
Description: | Script / Daemon to blocking IP in nftables by country and black lists |
Upstream URL: | https://github.com/tomasz-c/nft-blackhole |
Licenses: | MIT |
Submitter: | tomaszc |
Maintainer: | tomaszc |
Last Packager: | tomaszc |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-17 18:08 (UTC) |
Last Updated: | 2021-10-19 21:58 (UTC) |
Dependencies (2)
- nftables (nftables-fullconeAUR, nftables-gitAUR)
- python-yaml (python-yaml-gitAUR)
Latest Comments
tomaszc commented on 2021-10-19 18:23 (UTC) (edited on 2021-10-19 18:23 (UTC) by tomaszc)
@willemw thank you for your suggestions. I have made the necessary corrections.
willemw commented on 2021-06-05 09:08 (UTC)
Packages without a "-git" at the end need to install a fixed (released) version (here 0.1.1) and have a fixed checksum. This package is always installing the latest commit.
'python' in 'depends' is redundant and 'systemd' is already part of the core repository.
tomaszc commented on 2021-03-19 19:55 (UTC)
Thank you for the information, I have changed it.
krevedko commented on 2021-03-17 10:48 (UTC)
Please replace
arch=('x86_64')
witharch=('any')
inPKGBUILD
line 7.Currently, ArchLinux ARM fails to
makepkg
because of unsupported platforms.