31 lines
722 B
YAML
31 lines
722 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: privoxy-config
|
|
namespace: darkdork-dev
|
|
data:
|
|
config: |
|
|
confdir /etc/privoxy
|
|
logdir /var/log/privoxy
|
|
logfile privoxy.log
|
|
listen-address 0.0.0.0:8118
|
|
toggle 0
|
|
enable-remote-toggle 0
|
|
enable-remote-http-toggle 0
|
|
enable-edit-actions 0
|
|
enforce-blocks 0
|
|
buffer-limit 4096
|
|
enable-proxy-authentication-forwarding 0
|
|
forwarded-connect-retries 0
|
|
accept-intercepted-requests 0
|
|
allow-cgi-request-crunching 0
|
|
split-large-forms 0
|
|
keep-alive-timeout 5
|
|
tolerate-pipelining 1
|
|
socket-timeout 300
|
|
|
|
# debug 13313
|
|
forward-socks5 / 10.8.0.1:1080 .
|
|
forward-socks5t .onion tor:9050 .
|
|
forward minio/ .
|
|
|