feat(configs): обновление конфигураций Privoxy и добавление жесткого ограничения SSH

This commit is contained in:
Dmitry
2026-02-18 14:14:28 +03:00
parent 83a6090c26
commit a1a0c6ff63
5 changed files with 67 additions and 4 deletions
+43
View File
@@ -0,0 +1,43 @@
# Privoxy Configuration
# Minimal config with only active settings
# Configuration directories
confdir /etc/privoxy
logdir /var/log/privoxy
# Actions and filters
actionsfile match-all.action
actionsfile default.action
actionsfile user.action
filterfile default.filter
filterfile user.filter
# Logging
logfile logfile
# Network settings
listen-address 127.0.0.1:8118
# forward-socks5 / ada-proxy:Fk2NNUAJ#x2@o2@89.167.32.245:8443 .
# forward-socks5 / 192.168.1.10:1080 .
forward-socks5 / 127.0.0.1:1080 .
# Security settings
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
enable-proxy-authentication-forwarding 0
# Connection settings
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