Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

docs: add description for dfget flags #1509

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
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