Skip to content
View KrakenMare's full-sized avatar

Block or report KrakenMare

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 Loading

  1. IPTables & TCP Tuning for the firewa... IPTables & TCP Tuning for the firewall and dealing with common attacks. Assumes Fail2Ban & PSAD are installed.
    1
     #!/bin/sh
    2
    #This gist is aimed at securing TCP Game Servers.
    3
    # port scanning rate limiting, ssh rate limiting, basic tcp tuning, blocks of all unused ports + rules for frequent DoS Floods
    4
    
                  
    5
    #db whitelist
  2. Elixir Elixir Public archive

    An autodonation script for RotMG using the Paypal REST API.

    PHP 2 2

  3. cloudflared install script via dpkg ... cloudflared install script via dpkg and deb
    1
     #!/bin/bash         
    2
    wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb 
    3
    dpkg -i cloudflared-linux-amd64.deb
    4
    rm -i cloudflared-linux-amd64.deb
  4. mc-docker-network mc-docker-network Public template

    Shell