35 lines
442 B
YAML
35 lines
442 B
YAML
server:
|
|
host: 0.0.0.0
|
|
port: 8080
|
|
mode: release
|
|
|
|
socks5:
|
|
host: 0.0.0.0
|
|
port: 1080
|
|
max_connections: 10000
|
|
timeout: 30
|
|
|
|
database:
|
|
type: sqlite
|
|
path: data/proxy.db
|
|
|
|
redis:
|
|
enabled: false
|
|
host: localhost
|
|
port: 6379
|
|
password: ""
|
|
db: 0
|
|
|
|
scheduler:
|
|
strategy: least_latency
|
|
health_check_interval: 60
|
|
unlock_check_interval: 300
|
|
node_timeout: 120
|
|
|
|
logging:
|
|
level: info
|
|
output: stdout
|
|
|
|
install:
|
|
installed: false
|