lizenghui/check
Fork: 0 Star: 3 (更新于 2024-12-18 10:26:42)
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-12-22 07:52:58 navidrome/navidrome
2024-12-21 20:15:12 SagerNet/sing-box
2024-12-21 03:25:54 SpecterOps/BloodHound
2024-12-19 23:11:24 shadow1ng/fscan
2024-12-19 21:50:56 minio/minio
2024-12-19 10:04:39 istio/istio