hosts 222 B

1234567
  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. 10.0.2.2 **.a.com
  6. 10.0.2.2 *.c.com