LaurenceJJones
Follow
Pinned Loading
-
crowdsecurity/crowdsec
crowdsecurity/crowdsec PublicCrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
-
crowdsec init script
crowdsec init script 1#!/bin/bash
2##########
3## Maintained by Laurence from CrowdSec
4## Discord: https://discord.gg/crowdsec
5## Website: https://www.crowdsec.net/
-
crowdsecurity/cs-haproxy-spoa-bouncer
crowdsecurity/cs-haproxy-spoa-bouncer PublicEXPERIMENTAL: HAProxy spoe filter for CrowdSec - WAF and IP protection
-
-
light-cs-blocklist-mirror
light-cs-blocklist-mirror PublicA lighter version of cs-blocklist-mirror using nginx
Shell
-
nginx-cf-real-ip.sh
nginx-cf-real-ip.sh 1TARGET_FILE=/etc/nginx/conf.d/cloudflare.conf
2REAL_HEADER=CF-Connecting-IP
3echo "# AUTOGENERATED FILE" > $TARGET_FILE
4for i in `curl -s https://www.cloudflare.com/ips-v4`;
5do
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.