Skip to content
View cherrot's full-sized avatar
Block or Report

Block or report cherrot

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

    A drop-in replacement for ChinaDNS, with some additional features. NOTICE: This project is not under active development: I believe Clash has provided a more elegant DNS & proxy solution. So there i…

    Go 38 6

  2. openwrt_pangolin openwrt_pangolin Public

    Forked from roylez/openwrt_pangolin

    基于OpenWRT的路由器透明代理(路由器翻墙)配置集

    Shell 4 1

  3. A DNS-over-HTTPS (DoH) client writte... A DNS-over-HTTPS (DoH) client written in Go, built on miekg/dns
    1
    package doh
    2
    
                  
    3
    import (
    4
    	"encoding/base64"
    5
    	"errors"
  4. IPv6 Dynamic DNS (DDNS) for Cloudflare IPv6 Dynamic DNS (DDNS) for Cloudflare
    1
    #!/bin/env python3
    2
    
                  
    3
    import requests
    4
    import json
    5
    import subprocess
  5. nvim-init.lua nvim-init.lua Public

    Forked from ayamir/nvimdots

    A well configured and structured Neovim.

    Lua