Skip to content
View haywardgg's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report haywardgg

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
haywardgg/README.md

Pinned Loading

  1. DayZSA_VIP_Loadouts DayZSA_VIP_Loadouts Public

    My custom init.c examples for Custom VIP and Admin Loadouts

    C 11 7

  2. variety_gamer_score variety_gamer_score Public

    Variety Gamer Score - PHP Script

    PHP 2

  3. ExpansionCustomLoadingScreen ExpansionCustomLoadingScreen Public

    Expansion Custom Loading Screen - Template

    C 4 1

  4. WordPress-Python3-Certbot-DNS-Cloudflare WordPress-Python3-Certbot-DNS-Cloudflare Public

    Installs WordPress on Linux using Python3-Certbot-DNS-CloudFlare etc

    Shell 1

  5. Add CloudFlare IP Range to UFW using... Add CloudFlare IP Range to UFW using Bash!
    1
    #!/bin/bash
    2
    
                  
    3
    # Download Cloudflare IP lists, exit if failed
    4
    wget -q https://www.cloudflare.com/ips-v4 -O ips-v4 || { echo "Failed to download ips-v4"; exit 1; }
    5
    wget -q https://www.cloudflare.com/ips-v6 -O ips-v6 || { echo "Failed to download ips-v6"; exit 1; }
  6. DayZ_Server_Manager DayZ_Server_Manager Public

    Custom Script for Managing the PCGamers.win DayZ Server

    Shell 2