lizenghui/check
Fork: 0 Star: 3 (更新于 2024-10-31 08:49:48)
license: 暂无
Language: Go .
Check the node's support for google, youtube premium, netflix,chatGPT in the clash config file. self-use
最后发布版本: v0.1.5 ( 2023-10-07 16:24:22)
check
self-use
check netflix
./check -c <clash_config> -t 0
check google & youtube
./check -c <clash_config> -t 1
check chatGPT
./check -c <clash_config> -t 2
generate clash config
grep "youtube:Y" 1.check.log | cut -f 1 | cut -d ":" -f 2 | sed 's/^/ -/g' | sort && echo " " && \
grep "google:Y" 1.check.log | cut -f 1 | cut -d ":" -f 2 | sed 's/^/ -/g' | sort
grep "netflix:Y" 0.check.log | cut -f 1 | cut -d ":" -f 2 | sed 's/^/ -/g' | sort
grep "chatGPT:Y" 2.check.log | cut -f 1 | cut -d ":" -f 2 | sed 's/^/ -/g' | sort
感谢
最近版本更新:(数据更新于 2024-09-04 22:24:49)
2023-10-07 16:24:22 v0.1.5
2023-04-18 16:38:57 v0.1.4
2022-12-01 14:07:03 v0.1.3
2022-11-23 10:37:25 v0.1.2
2022-11-22 15:28:04 v0.1.1
2022-11-01 09:55:54 v0.0.1
lizenghui/check同语言 Go最近更新仓库
2024-11-21 22:49:20 containerd/containerd
2024-11-21 13:50:50 XTLS/Xray-core
2024-11-21 07:36:18 kubernetes/kubernetes
2024-11-21 06:27:30 ollama/ollama
2024-11-21 05:17:55 Melkeydev/go-blueprint
2024-11-21 04:04:03 dolthub/dolt