backup: 2026-04-03 10:05
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
logoutput: stderr
|
||||||
|
internal: eth0 port = 1081
|
||||||
|
external: eth0
|
||||||
|
|
||||||
|
socksmethod: username
|
||||||
|
|
||||||
|
route {
|
||||||
|
from: 0.0.0.0/0 to: 0.0.0.0/0 via: 127.0.0.1 port = 1080
|
||||||
|
proxyprotocol: socks_v5
|
||||||
|
method: none
|
||||||
|
}
|
||||||
|
|
||||||
|
client pass {
|
||||||
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||||
|
log: connect disconnect error
|
||||||
|
}
|
||||||
|
|
||||||
|
socks pass {
|
||||||
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||||
|
log: connect disconnect error
|
||||||
|
}
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
# 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 / proxyuser:5ejOz1Jm@cN8iGR7*aNM@157.22.231.198:1081 .
|
|
||||||
|
|
||||||
# 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
|
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
# === General Settings ===
|
||||||
|
[general]
|
||||||
|
# ad_tag = "00000000000000000000000000000000"
|
||||||
|
use_middle_proxy = false
|
||||||
|
|
||||||
|
[general.modes]
|
||||||
|
classic = false
|
||||||
|
secure = false
|
||||||
|
tls = true
|
||||||
|
|
||||||
|
[server]
|
||||||
|
port = 443
|
||||||
|
|
||||||
|
[server.api]
|
||||||
|
enabled = true
|
||||||
|
# listen = "127.0.0.1:9091"
|
||||||
|
# whitelist = ["127.0.0.1/32"]
|
||||||
|
# read_only = true
|
||||||
|
|
||||||
|
# === Anti-Censorship & Masking ===
|
||||||
|
[censorship]
|
||||||
|
tls_domain = "ya.ru"
|
||||||
|
|
||||||
|
[access.users]
|
||||||
|
# format: "username" = "32_hex_chars_secret"
|
||||||
|
ada = "6463d27155a77ca072580a83eafc704c"
|
||||||
|
ivan = "ee1b3be7702364b9258a9992857f8db4"
|
||||||
|
family = "5b64774f732bf6a7660539e05040e058"
|
||||||
|
|
||||||
|
[[upstreams]]
|
||||||
|
type = "socks5"
|
||||||
|
address = "127.0.0.1:20170"
|
||||||
|
enabled = true
|
||||||
|
weight = 1
|
||||||
|
cat: .: Is a directory
|
||||||
Reference in New Issue
Block a user