Advertisement
Guest User

Piratebox DNS hijack rc.local

a guest
Sep 10th, 2012
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # Put your custom commands here that should be executed once
  2. # the system init finished. By default this file does nothing.
  3.  
  4. # GoogleDNS
  5. ifconfig eth0:1 8.8.8.8 netmask 255.255.255.0
  6. ifconfig eth0:2 8.8.4.4 netmask 255.255.255.0
  7. # Level3
  8. ifconfig eth0:3 4.2.2.2 netmask 255.255.255.0
  9. ifconfig eth0:4 4.2.2.1 netmask 255.255.255.0
  10. ifconfig eth0:5 4.2.2.3 netmask 255.255.255.0
  11. ifconfig eth0:6 4.2.2.4 netmask 255.255.255.0
  12. ifconfig eth0:7 4.2.2.5 netmask 255.255.255.0
  13. ifconfig eth0:8 4.2.2.6 netmask 255.255.255.0
  14. # OpenDNS
  15. ifconfig eth0:9 208.67.222.222 netmask 255.255.255.0
  16. ifconfig eth0:10 208.67.220.220 netmask 255.255.255.0
  17. ifconfig eth0:11 208.67.222.220 netmask 255.255.255.0
  18. ifconfig eth0:12 208.67.220.222 netmask 255.255.255.0
  19. # Comodo SecureDNS
  20. ifconfig eth0:13 8.26.56.26 netmask 255.255.255.0
  21. ifconfig eth0:14 8.20.247.20 netmask 255.255.255.0
  22. # Norton DNS
  23. ifconfig eth0:15 198.153.192.40 netmask 255.255.255.0
  24. ifconfig eth0:16 198.153.194.40 netmask 255.255.255.0
  25. ifconfig eth0:17 198.153.192.50 netmask 255.255.255.0
  26. ifconfig eth0:18 198.153.194.50 netmask 255.255.255.0
  27. ifconfig eth0:19 198.153.192.60 netmask 255.255.255.0
  28. ifconfig eth0:20 198.153.194.60 netmask 255.255.255.0
  29. # DNS Advantage
  30. ifconfig eth0:21 156.154.70.1 netmask 255.255.255.0
  31. ifconfig eth0:22 156.154.71.1 netmask 255.255.255.0
  32.  
  33. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement