You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dfdaemon proxy server port | dfdaemon --port | The port should be in the range of 2000-65535.
300
+
dfget uploader server port | dfget server --port | You can use command `dfget server` to start a uploader server before using dfget to download if you don't want to use a random port.
301
+
supernode register port | supernode --port | You can use `dfget --node IP:port` to register with the specified supernode register port.
302
+
supernode cdn file server port | supernode --download-port | You should prepare a file server firstly and listen on the port that flag `download-port` will use.
303
+
304
+
**NOTE**: The supernode maintains both Java and Golang versions currently. And the above table is for the Golang version. And you will get a guide [here](https://d7y.io/en-us/docs/userguide/supernode_configuration.html) for Java version.
**Note:** When using this method, you must add the `node` parameter every time when you run the dfget command. And the parameter in the command line takes precedence over the configuration file.
110
106
111
107
2. Download general files with Dragonfly in one of the following ways.
112
108
113
-
- Download files with the default `/etc/dragonfly.conf` configuration.
109
+
- Download files with the default `/etc/dragonfly/dfget.yml` configuration.
114
110
115
111
```sh
116
112
dfget --url "http://xxx.xx.x"
@@ -121,7 +117,7 @@ Things are done differently when you download container images and download gene
0 commit comments