Skip to content
View EdisonJwa's full-sized avatar
:octocat:
Verified by GitHub
:octocat:
Verified by GitHub

Organizations

@VigorousPro
Block or Report

Block or report EdisonJwa

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. Blog Blog Public

    HTML 3

  2. Brevent-bat Brevent-bat Public

    一键黑域脚本

    PowerShell

  3. CloudFlare DDNS Script CloudFlare DDNS Script
    1
    #!/bin/bash
    2
    
                  
    3
    # Install curl and dig before using it
    4
    # Using this command to get your record id
    5
    #  curl -X GET "https://api.cloudflare.com/client/v4/zones/[YOUR_ZONE_ID]/dns_records?type=[TYPE A (for ipv4)or AAAA (for ipv6)]&name=[DOMAIN]&match=all" \