quick-space-610 / config.py
Taf2023's picture
Update Gradio app with multiple files
1b9b049 verified
raw
history blame
320 Bytes
# SOCKS5 Proxy Server Configuration
PROXY_HOST = "0.0.0.0"
PROXY_PORT = 1080
# Web Interface Configuration
WEB_HOST = "0.0.0.0"
WEB_PORT = 8080
# Logging Configuration
LOG_LEVEL = "INFO"
LOG_FILE = "proxy.log"
# Other Configuration
MAX_CONNECTIONS = 100
CONNECTION_TIMEOUT = 300 # seconds
BUFFER_SIZE = 4096 # bytes