-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (45 loc) · 1.16 KB
/
.env.example
File metadata and controls
52 lines (45 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# --------------------------
# Authentication (Required if REQUIRE_AUTH=true)
# --------------------------
PROXY_USER=user
PROXY_PASSWORD=password
# --------------------------
# General Server Settings
# --------------------------
# PROXY_PORT=1080
# PROXY_LISTEN_IP=0.0.0.0
# REQUIRE_AUTH=true
# --------------------------
# Access Control Lists (ACL)
# --------------------------
# ALLOWED_DEST_FQDN=
# ALLOWED_IPS=
# --------------------------
# Timeouts & Limits
# --------------------------
# READ_TIMEOUT=30s
# WRITE_TIMEOUT=30s
# MAX_CONNECTIONS=10000
# --------------------------
# Security Limits (Fail2Ban)
# --------------------------
# FAIL2BAN_RETRIES=5
# FAIL2BAN_TIME=5m
# --------------------------
# Observability
# --------------------------
# METRICS_PORT=8080
# --------------------------
# Obfuscation (Server & Client)
# --------------------------
# OBFS_ENABLED=false
# OBFS_PORT=1443
# OBFS_PSK=your-32-byte-pre-shared-key-here
# OBFS_MAX_PADDING=256
# OBFS_MTU=1400
# --------------------------
# S5Client-only Settings
# --------------------------
# CLIENT_LISTEN_ADDR=127.0.0.1:1080
# SERVER_ADDR=your-server-ip:1443
# ROUTE_DOMAINS=example.com,*.google.com