Restructure yaml, add CI/CD pipelines
This commit is contained in:
parent
fc1bf0bb9a
commit
fd7d99d29a
31 changed files with 771 additions and 543 deletions
31
manifests/privoxy/configmap.yaml
Normal file
31
manifests/privoxy/configmap.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
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/ .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue