resolve.rules 533 B

12345678910111213141516171819
  1. # domain support wildcard and comment line stared with #
  2. # **.google.com match all domain subfix with .google.com
  3. # *.youtube.com only math level 3 sub domain of .youtube.com
  4. #example
  5. **.google.com proxy
  6. *.youtube.com
  7. *.baidu.com 114.114.114.114,system,direct
  8. b.com
  9. c.com
  10. d.com 8.8.8.8:53
  11. e.com
  12. #explain
  13. #using `proxy >>> -q` to resolve **.google.com and *.youtube.com
  14. #using 114.114.114.114:53 and system and `direct >>> -q` to resolve *.baidu.com and b.com and c.com
  15. #using 8.8.8.8:53 to resolve **.google.com and *.youtube.com