mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
24 lines
736 B
Plaintext
24 lines
736 B
Plaintext
# Aether server URL
|
|
AETHER_TUNNEL_AETHER_URL=https://aether.example.com
|
|
|
|
# Management Token (ae_xxx, must belong to an ADMIN user)
|
|
AETHER_TUNNEL_MANAGEMENT_TOKEN=ae_xxxxx
|
|
|
|
# Node identification
|
|
AETHER_TUNNEL_NODE_NAME=jp-proxy-01
|
|
|
|
# Maximum request body buffered for 307/308 replay (supports K/M/G, 0 disables body replay buffering)
|
|
AETHER_TUNNEL_REDIRECT_REPLAY_BUDGET_BYTES=5M
|
|
|
|
# Optional tunnel TCP address-family restriction (set at most one to true)
|
|
AETHER_TUNNEL_IPV4_ONLY=false
|
|
AETHER_TUNNEL_IPV6_ONLY=false
|
|
|
|
# Logging
|
|
AETHER_TUNNEL_LOG_LEVEL=info
|
|
AETHER_TUNNEL_LOG_DESTINATION=stdout
|
|
AETHER_TUNNEL_LOG_DIR=/var/log/aether-tunnel
|
|
AETHER_TUNNEL_LOG_ROTATION=daily
|
|
AETHER_TUNNEL_LOG_RETENTION_DAYS=7
|
|
AETHER_TUNNEL_LOG_MAX_FILES=30
|