Advertisement
Guest User

To lmouro - windows host file wildcards howto

a guest
Nov 26th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. lmouro
  2.  
  3. Acrylic DNS Proxy (free, open source) creates a proxy DNS server (on your own computer) with its own hosts file. The hosts file accepts wildcards.
  4.  
  5. Download from the offical website
  6.  
  7. http://mayakron.altervista.org/support/browse.php?path=Acrylic&name=Home
  8.  
  9.  
  10. *Point DNS server to 127.0.0.1
  11.  
  12.  
  13. ----------------
  14.  
  15. Configuring Acrylic DNS Proxy
  16. To configure Acrylic DNS Proxy, install it from the above link then go to:
  17.  
  18. Start
  19. Programs
  20. Acrylic DNS Proxy
  21. Config
  22. Edit Custom Hosts File (AcrylicHosts.txt)
  23. Add the folowing lines on the end of the file:
  24.  
  25. 127.0.0.1 *.localhost
  26. 127.0.0.1 *.local
  27. 127.0.0.1 *.lc
  28. Restart the Acrylic DNS Proxy service:
  29.  
  30. Start
  31. Programs
  32. Acrilic DNS Proxy
  33. Config
  34. Restart Acrylic Service
  35. You will also need to adjust your DNS setting in you network interface settings:
  36.  
  37. Start
  38. Control Panel
  39. Network and Internet
  40. Network Connections
  41. Local Area Connection Properties
  42. TCP/IPv4
  43. Set "Use the following DNS server address":
  44.  
  45. Preferred DNS Server: 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement