Skip to content
View LaurenceJJones's full-sized avatar
🦙
🦙

Sponsoring

@CodingGarden
Block or Report

Block or report LaurenceJJones

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. crowdsecurity/crowdsec crowdsecurity/crowdsec Public

    CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

    Go 7.8k 408

  2. 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/
  3. crowdsecurity/cs-cloudflare-bouncer crowdsecurity/cs-cloudflare-bouncer Public

    A CrowdSec Bouncer that syncs the decisions made by CrowdSec with CloudFlare's firewall. Manages multi user, multi account, multi zone setup. Supports IP, Country and AS scoped decisions.

    Go 48 6

  4. coraza-nginx-lua coraza-nginx-lua Public

    Go 4 1

  5. light-cs-blocklist-mirror light-cs-blocklist-mirror Public

    A lighter version of cs-blocklist-mirror using nginx

    Shell

  6. nginx-cf-real-ip.sh nginx-cf-real-ip.sh
    1
    TARGET_FILE=/etc/nginx/conf.d/cloudflare.conf
    2
    REAL_HEADER=CF-Connecting-IP
    3
    echo "# AUTOGENERATED FILE" > $TARGET_FILE
    4
    for i in `curl -s https://www.cloudflare.com/ips-v4`;
    5
    do