HAVP
FIX:
http://havp.hege.li/forum/viewtopic.php?f=3&t=403
acl traffic_all src 0.0.0.0/0.0.0.0
acl Scan_HTTP proto HTTP
acl Scan_FTP proto FTP
acl NOSCAN dstdomain www.domain_not_to_scan.de
always_direct allow NOSCAN
cache_peer 127.0.0.1 parent 8080 0 no-query no-digest no-netdb-exchange default
cache_peer_access 127.0.0.1 allow traffic_all
always_direct allow Scan_FTP
never_direct allow Scan_HTTP
»
- bitfrost's blog
- Login to post comments
- 4187 reads
squid.conf
pipeline_prefetch on
acl haarp_lst url_regex -i "/etc/haarp/haarp.lst"
cache deny haarp_lst
cache_peer 192.168.3.1 parent 8080 0 proxy-only no-digest
dead_peer_timeout 2 seconds
cache_peer_access 192.168.3.1 allow haarp_lst
cache_peer_access 192.168.3.1 allow all
acl traffic_all src 0.0.0.0/0.0.0.0
acl Scan_HTTP proto HTTP
acl Scan_FTP proto FTP
always_direct allow Scan_FTP
never_direct allow Scan_HTTP
MTU
http://www.brunolinux.com/06-Fine_Tuning_Your_System/Tweaking_MTU_Settings.html
http://havp.hege.li/forum/viewtopic.php?f=3&t=117