Skip to content

Instantly share code, notes, and snippets.

View FDUZS's full-sized avatar
🎯
Focusing

Shuai Zheng FDUZS

🎯
Focusing
View GitHub Profile
# 基于 https://github.com/Loyalsoldier/clash-rules
parsers: # array
# - url: https://example.com/profile.yaml # 指定订阅
- reg: ^.*$ # 匹配所有订阅
# - reg: ^https://sub\.example\.com/.+$ # 正则匹配域名
# 删除服务商提供的策略组和规则
code: |
module.exports.parse = (raw, { yaml }) => {
const rawObj = yaml.parse(raw)
@FDUZS
FDUZS / .Cloud.md
Created January 3, 2023 14:45 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合

@FDUZS
FDUZS / parsers.yaml
Last active August 25, 2023 17:53 — forked from ForLovelj/parsers.yaml
parsers: # array
# - url: https://example.com/profile.yaml # 指定订阅
- reg: ^.*$ # 匹配所有订阅
# - reg: ^https://sub\.example\.com/.+$ # 正则匹配域名
# 删除服务商提供的策略组和规则
code: |
module.exports.parse = (raw, { yaml }) => {
const rawObj = yaml.parse(raw)
const groups = []
const rules = []