Cloudflare Workers / Snippets 版的 PyPI 镜像 (反代)
Important
由 https://github.com/ccbikai/cloudflare-pypi-mirror 修改而来
更详细的介绍请看上面的 Repo, 也请给原作者一个 Star!
| 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: |
Cloudflare Workers / Snippets 版的 PyPI 镜像 (反代)
Important
由 https://github.com/ccbikai/cloudflare-pypi-mirror 修改而来
更详细的介绍请看上面的 Repo, 也请给原作者一个 Star!
一个简单的 Cloudflare Snippet 获取访问者 IP & 归属地 API 脚本
Try it: https://ip.siiway.top
Important
Clash <-> Sharelink 转换功能已拆分为单独的仓库: siiway/urlclash-converter
/ -> 根目录 (根据访问客户端自动选择 HTML / 纯文本)| [ | |
| { | |
| "identifier": { | |
| "id": "ms-vscode.js-debug" | |
| }, | |
| "preRelease": false, | |
| "version": "1.102.0", | |
| "pinned": false | |
| }, | |
| { |
| # 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: 原本的启动命令 |