Added appealing, direct copyable link

This commit is contained in:
Jordan Wages 2025-08-17 00:28:28 -05:00
commit 5048ae0fa8

View file

@ -30,12 +30,12 @@ Script defaults (override with flags):
- `-f`: destination filename inside the repo (default: `banned.txt`)
Example usage:
```
```bash
./update.sh -s /var/www/html/banned.txt -d /git/repository -f banned.txt
```
To automate, add a cron entry on the generating host (example runs hourly):
```
```bash
0 * * * * /path/to/update.sh -s /var/www/html/banned.txt -d /git/repository -f banned.txt >/tmp/wagenet-update.log 2>&1
```
@ -44,8 +44,18 @@ To automate, add a cron entry on the generating host (example runs hourly):
- Convert to firewall rules (iptables/nftables) with a simple wrapper that reads each line and applies a drop rule.
- For web servers (nginx/apache), generate `deny` directives from the list.
You can use the link to the raw text file in this repository to directly reference it.
```
https://git.jordanwages.com/wagesj45/wagenet-ip-ban-list/raw/branch/main/banned.txt
```
Note: Always validate the list for your environment and merge with any allowlists you maintain.
## Appealing
If you feel your IP is in this list by mistake, please [file an issue](./issues) to appeal.
## Contributing
`banned.txt` is generated content. Please open issues or PRs for improvements to `update.sh`, documentation, or format clarifications rather than manual edits to the list.