normalize.001.output.hosts 429 B

123456789101112131415161718
  1. 127.0.0.1 localhost
  2. 127.0.0.1 test.com # valid
  3. # invalid hosts (repeated): 127.0.0.2 test.com
  4. # a comment
  5. 127.0.0.1 a.com # some note1
  6. 127.0.0.1 b.com # some note2
  7. 127.0.0.1 c.com # another note2
  8. 127.0.0.1 d.com # some e.com note
  9. # invalid hosts (repeated): 127.0.0.1 d.com
  10. # invalid hosts (repeated): 127.0.0.1 d.com
  11. 127.0.0.2 e.com # comment for e.com
  12. # invalid hosts (repeated): 127.0.0.2 b.com c.com d.com
  13. ::1 localhost