Asteroid Proxy
G-List Injection
General Settings
# ######################################################
# PROXY #
# ######################################################
proxy:
# Master switch for proxy functionality
enabled: true
# The name of this server as registered in the proxy network
# This should match the server name in your proxy's configuration
server_name: 'dev2' # (formerly known as local_name)
# Data storage method for cross-server communication
# Available options: Redis, Lettuce, MySQL
# Note: If using MySQL, ensure correct database details are provided in the "database" section
storage: "redis"
# Redis connection settings (RECOMMENDED)
# Only relevant if storage matches set to "redis" or "lettuce"
redis:
# Redis connection URI
# Format: redis://[:password@]host[:port][/database]
uri: "redis://:password@host:port/0"Last updated