Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/config/dfdaemon_config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ hijack_https:
certs: []

# dfget properties
# node: specify the addresses
# ip: IP address that server will listen on
# port: port number that server will listen on
# node: specify the supernode addresses, eg: "192.168.33.21:8002=1,192.168.33.22:8002=1" or "dragonfly-supernode-0.svc.kubernetes.local:8002"
# ip: IP address that server will listen on , also used to identify different peers by supernode, default current server ip (no required) ,
# port: port number that server will listen on , default 15001 (no required) ,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 15001 port is just as a sample. The dfget peer port is random.

# expiretime: caching duration for which cached file keeps no accessed by any process(default 3min). Deploying with Docker, this param is supported after dragonfly 0.4.3
# alivetime: Alive duration for which uploader keeps no accessing by any uploading requests, after this period uploader will automically exit (default 5m0s)
# f: filter some query params of URL, use char '&' to separate different params
Expand Down