forked from RobinMeis/Siri-API
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsquid.conf
More file actions
24 lines (17 loc) · 882 Bytes
/
squid.conf
File metadata and controls
24 lines (17 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
strip_query_terms off
http_access allow all
http_access allow localhost
acl Blocksites dstdomain .google.com # Change to the domain depending on your language (consult readme)
acl Blocksites dstdomain .search.yahoo.com # Change to the domain depending on your language (consult readme)
deny_info http://COMPUTER_HOST_NAME:3029%R all # Enter the hostname of the computer running Siri API
http_reply_access deny Blocksites all
acl CONNECT method CONNECT
acl google dstdomain .google.com # Change to the domain depending on your language (consult readme)
acl yahoo dstdomain .search.yahoo.com # Change to the domain depending on your language (consult readme)
always_direct allow all
sslproxy_cert_error allow google
sslproxy_cert_error allow yahoo
ssl_bump allow google
ssl_bump allow yahoo
ssl_bump deny all
http_port 3128 ssl-bump cert=/usr/local/squid/ssl_cert/siri-api.pem