home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / vlc-2-0-5-win32.exe / lua / http / .hosts next >
Text File  |  2012-12-12  |  289b  |  25 lines

  1. #
  2. # Access-list for VLC HTTP interface
  3. # $Id$
  4. #
  5.  
  6. # localhost
  7. ::1
  8. 127.0.0.1
  9.  
  10. # link-local addresses
  11. #fe80::/64
  12.  
  13. # private addresses
  14. #fc00::/7
  15. #fec0::/10
  16. #10.0.0.0/8
  17. #172.16.0.0/12
  18. #192.168.0.0/16
  19. #169.254.0.0/16
  20.  
  21. # The world (uncommenting these 2 lines is not quite safe)
  22. #::/0
  23. #0.0.0.0/0
  24.  
  25.