Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. http_port 10.1.3.1:3128
  2. http_port 10.1.3.1:8080
  3. hierarchy_stoplist cgi-bin ?
  4. acl QUERY urlpath_regex cgi-bin \?
  5. no_cache deny QUERY
  6. cache_mem 32 MB
  7. cache_dir ufs /var/spool/squid 700 16 256
  8. auth_param basic children 5
  9. auth_param basic realm Squid proxy-caching web server
  10. auth_param basic credentialsttl 2 hours
  11. auth_param basic casesensitive off
  12. refresh_pattern ^ftp: 1440 20% 10080
  13. refresh_pattern ^gopher: 1440 0% 1440
  14. refresh_pattern . 0 20% 4320
  15. acl all src 0.0.0.0/0.0.0.0
  16. acl manager proto cache_object
  17. acl localhost src 127.0.0.1/255.255.255.255
  18. acl wol dstdomain imo.im
  19. acl goborg url_regex "/etc/squid/goborg"
  20. acl permitidas url_regex "/etc/squid/urlpermitidas"
  21. acl bancos url_regex "/etc/squid/urlbancos"
  22. acl delti_sites_denied url_regex "/etc/squid/delti_sites_denied"
  23. acl negados url_regex "/etc/squid/negados"
  24. acl delti_ips_denied src "/etc/squid/delti_ips_denied"
  25. acl msn_messenger req_mime_type -i ^application/x-msn-messenger$
  26. acl almacend src "/etc/squid/almacendenied"
  27. acl almacenf src "/etc/squid/almacenfull"
  28. acl capturad src "/etc/squid/capturadenied"
  29. acl capturaf src "/etc/squid/capturafull"
  30. acl comprasd src "/etc/squid/comprasdenied"
  31. acl comprasf src "/etc/squid/comprasfull"
  32. acl contad src "/etc/squid/contadenied"
  33. acl contaf src "/etc/squid/contafull"
  34. acl creditod src "/etc/squid/creditodenied"
  35. acl creditof src "/etc/squid/creditofull"
  36. acl directores src "/etc/squid/directores"
  37. acl gerentes src "/etc/squid/gerentes"
  38. acl repsd src "/etc/squid/repsdenied"
  39. acl repsf src "/etc/squid/repsfull"
  40. acl sacd src "/etc/squid/sacdenied"
  41. acl sacf src "/etc/squid/sacfull"
  42. acl servidoresd src "/etc/squid/servidoresdenied"
  43. acl servidoresf src "/etc/squid/servidoresfull"
  44. acl sistemasd src "/etc/squid/servidoresdenied"
  45. acl sistemasf src "/etc/squid/sistemasfull"
  46. acl tiendad src "/etc/squid/tiendadenied"
  47. acl tiendaf src "/etc/squid/tiendafull"
  48. acl tmktd src "/etc/squid/tmktdenied"
  49. acl tmktf src "/etc/squid/tmktfull"
  50. acl ventasd src "/etc/squid/ventasdenied"
  51. acl ventasf src "/etc/squid/ventasfull"
  52. acl dhcpd src "/etc/squid/dhcpdenied"
  53. acl dhcpf src "/etc/squid/dhcpfull"
  54. acl vmwared src "/etc/squid/vmwaredenied"
  55. acl vmwaref src "/etc/squid/vmwarefull"
  56. acl sistestd src "/etc/squid/sistestdenied"
  57. acl sistestf src "/etc/squid/sistestfull"
  58. acl cctvd src "/etc/squid/cctvdenied"
  59. acl cctvf src "/etc/squid/cctvfull"
  60. acl vdd src "/etc/squid/vddenied"
  61. acl vdf src "/etc/squid/vdfull"
  62. acl rhumanosd src "/etc/squid/rhumanosdenied"
  63. acl rhumanosf src "/etc/squid/rhumanosfull"
  64. acl redhermosillo src 10.3.0.11/255.255.255.255
  65. acl redhermosillo2 src 10.1.10.0/255.255.255.0
  66. acl to_localhost dst 127.0.0.0/8
  67. acl SSL_ports port 443 563 1863 5050
  68. acl Safe_ports port 80 # http
  69. acl Safe_ports port 21 # ftp
  70. acl Safe_ports port 443 563 # https, snews
  71. acl Safe_ports port 70 # gopher
  72. acl Safe_ports port 210 # wais
  73. acl Safe_ports port 1025-65535 # unregistered ports
  74. acl Safe_ports port 280 # http-mgmt
  75. acl Safe_ports port 488 # gss-http
  76. acl Safe_ports port 591 # filemaker
  77. acl Safe_ports port 777 # multiling http
  78. acl Safe_ports port 6666 #liverpool
  79. acl CONNECT method CONNECT
  80. http_access allow manager localhost
  81. http_access deny manager
  82. http_access deny CONNECT wol
  83. http_access deny !Safe_ports
  84. http_access allow CONNECT !SSL_ports
  85. http_access allow localhost
  86. http_access deny delti_ips_denied delti_sites_denied
  87. http_access deny msn_messenger
  88. http_access allow permitidas
  89. http_access allow goborg
  90. http_access deny almacend !permitidas
  91. http_access allow almacenf
  92. http_access deny capturad !permitidas
  93. http_access allow capturaf
  94. http_access deny comprasd !permitidas
  95. http_access allow comprasf
  96. http_access deny contad !goborg
  97. http_access allow contaf
  98. http_access deny creditod !permitidas
  99. http_access allow creditof
  100. http_access allow directores
  101. http_access allow gerentes
  102. http_access deny repsd !permitidas bancos
  103. http_access allow repsf
  104. http_access deny sacd !permitidas
  105. http_access allow sacf
  106. http_access deny servidoresd !permitidas
  107. http_access allow servidoresf
  108. http_access deny sistemasd !permitidas
  109. http_access allow sistemasf
  110. http_access deny tiendad !permitidas
  111. http_access allow tiendaf
  112. http_access deny tmktd !permitidas
  113. http_access allow tmktf
  114. http_access deny ventasd !permitidas
  115. http_access allow ventasf
  116. http_access deny dhcpd !permitidas
  117. http_access allow dhcpf
  118. http_access deny vmwared !permitidas
  119. http_access allow vmwaref
  120. http_access deny sistestd !permitidas
  121. http_access allow sistestf
  122. http_access deny cctvd !permitidas
  123. http_access allow cctvf
  124. http_access allow redhermosillo
  125. http_access allow redhermosillo2
  126. http_access deny vdd !permitidas
  127. http_access allow vdf
  128. http_access deny rhumanosd !permitidas
  129. http_access allow rhumanosf
  130. http_access deny all
  131. http_reply_access allow all
  132. icp_access allow all
  133. httpd_accel_host virtual
  134. httpd_accel_port 80
  135. httpd_accel_with_proxy on
  136. httpd_accel_uses_host_header on
  137. cachemgr_passwd 123456789 all
  138. coredump_dir /var/spool/squid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement