Spaces:
Runtime error
Runtime error
File size: 320 Bytes
1b9b049 b86e5bd 1b9b049 b86e5bd 1b9b049 b86e5bd 1b9b049 b86e5bd 1b9b049 b86e5bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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 |