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最近更新仓库
2025-01-18 08:14:21 dolthub/dolt
2025-01-18 02:57:03 Permify/permify
2025-01-17 03:33:21 SpecterOps/BloodHound
2025-01-16 23:36:33 hashicorp/terraform
2025-01-16 05:55:26 helm/helm
2025-01-16 04:37:27 kubernetes/kubernetes