Skip to content

Check the node's support for google, youtube premium, netflix,chatGPT in the clash config file. self-use

Notifications You must be signed in to change notification settings

lizenghui/check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

感谢

  1. quzard/netflix-all-verify
  2. netflix-verify
  3. clash

About

Check the node's support for google, youtube premium, netflix,chatGPT in the clash config file. self-use

Resources

Stars

Watchers

Forks

Packages

No packages published