# 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