Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 787 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 787 Bytes

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