Advertisement
Guest User

AcrylicHosts.txt

a guest
May 29th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. #############################################################################
  2. # #
  3. # IF YOU MAKE ANY CHANGES TO THIS FILE YOU HAVE TO RESTART THE ACRYLIC DNS #
  4. # PROXY SERVICE IN ORDER TO SEE THEIR EFFECTS. #
  5. # #
  6. # This is the AcrylicHosts.txt file. #
  7. # #
  8. # It contains predefined mappings between HOSTNAMES and addresses exactly #
  9. # the same way the native Windows HOSTS file does but with a few upgrades. #
  10. # #
  11. # The format is: IPADDRESS HOSTNAME1 [HOSTNAME2] [HOSTNAME3] ... #
  12. # #
  13. # Where IPADDRESS is in quad-dotted notation and HOSTNAMES are strings. #
  14. # #
  15. # HOSTNAMES can contain wildcard characters '*' (matches zero or more #
  16. # characters) and '?' (matches exactly one character): #
  17. # #
  18. # 127.0.0.1 ad.* ads.* #
  19. # #
  20. # HOSTNAMES can be regular expressions if starting with a '/' character: #
  21. # #
  22. # 127.0.0.1 /^ads?\..*$ #
  23. # #
  24. # A '>' character at the beginning of a HOSTNAME is a convenient shortcut #
  25. # for representing all HOSTNAMES ending with what follows after that #
  26. # character. For example an entry like this one: #
  27. # #
  28. # 127.0.0.1 >google.com #
  29. # #
  30. # Is equivalent (and internally is expanded to) an entry like this one: #
  31. # #
  32. # 127.0.0.1 google.com *.google.com #
  33. # #
  34. # When using wildcard characters or regular expressions you can specify #
  35. # exceptions like these for example to filter out all ads.* like HOSTNAMES #
  36. # except for the ads.test1 and the ads.test2: #
  37. # #
  38. # 127.0.0.1 ads.* -ads.test1 -ads.test2 #
  39. # #
  40. # A line starting with the '#' character (and everything after it if it's #
  41. # found within a line) is considered a comment and therefore ignored. #
  42. # #
  43. # Note: If all HOSTNAMES are provided in ascending order Acrylic will be #
  44. # able to load them faster. #
  45. # #
  46. #############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement