mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
update example config file
This commit is contained in:
parent
e83a56f68d
commit
748d5afc90
@ -42,11 +42,15 @@ Nodes:
|
|||||||
ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for dsable
|
ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for dsable
|
||||||
EnableIpRecorder: false # Enable online ip report
|
EnableIpRecorder: false # Enable online ip report
|
||||||
IpRecorderConfig:
|
IpRecorderConfig:
|
||||||
Type: "Recorder"
|
Type: "Recorder" # Recorder type: Recorder, Redis
|
||||||
RecorderConfig:
|
RecorderConfig:
|
||||||
Url: "http://127.0.0.1:123" # Report url
|
Url: "http://127.0.0.1:123" # Report url
|
||||||
Token: "123" # Report token
|
Token: "123" # Report token
|
||||||
Timeout: 10 # Report timeout, sec.
|
Timeout: 10 # Report timeout, sec.
|
||||||
|
RedisConfig:
|
||||||
|
Address: "127.0.0.1:6379" # Redis address
|
||||||
|
Password: "" # Redis password
|
||||||
|
DB: 0 # Redis DB
|
||||||
Periodic: 60 # Report interval, sec.
|
Periodic: 60 # Report interval, sec.
|
||||||
EnableIpSync: false # Enable online ip sync
|
EnableIpSync: false # Enable online ip sync
|
||||||
EnableDynamicSpeedLimit: false # Enable dynamic speed limit
|
EnableDynamicSpeedLimit: false # Enable dynamic speed limit
|
||||||
|
Loading…
Reference in New Issue
Block a user