Skip to content

Instantly share code, notes, and snippets.

View walkonbothsides's full-sized avatar
🙌

walkonbothsides

🙌
View GitHub Profile
@twoone-3
twoone-3 / config.yaml
Last active October 1, 2024 01:11
Clash 自定义规则示例
# 本规则 FlClash 专用
dns:
enable: true
# 可选值 true/false
# 是否解析 IPV6, 如为 false, 则回应 AAAA 的空解析
ipv6: true
# 默认 dns, 用于解析 DNS 服务器 的域名
# 必须为 ip, 可为加密 dns
@RigoLigoRLC
RigoLigoRLC / template.svg
Created April 13, 2024 07:33
红色电音极地大冲击模板 (CC BY-NC 4.0)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hldr4
hldr4 / checkKB.py
Created February 24, 2024 03:10
Script to check whether a given attestation keybox is revoked on Google's CRL
import requests
import sys
import xml.etree.ElementTree as ET
from cryptography import x509
'''
Usage: checkKB.py keybox.xml
Checks the EC and RSA certificates against the official CRL
@liuran001
liuran001 / config.yaml
Last active October 23, 2025 15:58
mihomo (Clash Meta) 懒人配置
# AFF
# 如果你想支持我,可以通过我的邀请链接购买机场
# 感谢支持
# 1. 倾城极速 邀请码: 0jiB5uAA https://qcjs.ovh/#/register?code=0jiB5uAA
# 2. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH
# 一定要填我的邀请码,不填我哭给你看😭
# mihomo (Clash Meta) 懒人配置
# 版本 V1.22-250718
<?php
require_once __DIR__ . '/Workerman-master/Autoloader.php';
use Workerman\Worker;
use Workerman\Connection\AsyncTcpConnection;
use Workerman\Protocols\Websocket;
use Workerman\Lib\Timer;
$udp1 = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
socket_set_option($udp1, SOL_SOCKET, SO_BROADCAST, 1);
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active October 21, 2025 14:58
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized