Skip to content
View chaosmatrix's full-sized avatar
🌴
On vacation
🌴
On vacation
Block or Report

Block or report chaosmatrix

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

Hi there 👋

Pinned Loading

  1. golang tips golang tips
    1
    ## check file permission bits
    2
    ```
    3
    // executable
    4
    if stat, err := os.Stat(filename); err != nil {
    5
      panic(err)
  2. annotate-nginx annotate-nginx Public

    C

  3. cdner cdner Public

    direct send request to cdn edge nodes

    Go

  4. http-doh-auth-rs http-doh-auth-rs Public

    envoy wasm filter

    Rust

  5. doh-client.wasm doh-client.wasm Public

    doh-client support RFC8484 and JSON format

    JavaScript

  6. gnamed gnamed Public

    Homelab dns server, multi protocols and flexible rules supported.

    Go