Skip to content

Instantly share code, notes, and snippets.

@wyf9
wyf9 / LICENSE
Last active December 7, 2025 13:49
CVE-2025-66478 Scanner
MIT License
Copyright (c) 2025 wyf9
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@wyf9
wyf9 / README.md
Last active November 30, 2025 11:16
PyPI Mirror
@wyf9
wyf9 / CF-Snippet-GetIP-API.md
Last active December 3, 2025 01:48
CF Snippet GetIP API

一个简单的 Cloudflare Snippet 获取访问者 IP & 归属地 API 脚本

Try it: https://ip.siiway.top

Important

Clash <-> Sharelink 转换功能已拆分为单独的仓库: siiway/urlclash-converter

路由

  • / -> 根目录 (根据访问客户端自动选择 HTML / 纯文本)
@wyf9
wyf9 / extensions.json
Last active July 25, 2025 13:47
my vscode settings backup
[
{
"identifier": {
"id": "ms-vscode.js-debug"
},
"preRelease": false,
"version": "1.102.0",
"pinned": false
},
{
@wyf9
wyf9 / cfd.sh
Last active October 19, 2025 09:39
在 Huggingface Space 中后台启动 Cloudflared
# Cloudflare script for Huggingface by wyf9
echo "[CFD] v2025.7.18.1"
# * 使用说明:
# 在 Dockerfile 中添加: RUN wget -O cfd.sh https://gist.github.com/wyf9/71ff358636154ab00d90602c3c818763/raw/cfd.sh
# 并将启动命令改为 CMD bash cfd.sh
# 需要提前安装 wget: CMD apt install wget -y
# * 配置环境变量:
# CFD_TOKEN: 你的隧道 token
# CFD_COMMAND: 原本的启动命令