Oops, for i2p http is used, not https.
This commit is contained in:
parent
8302050136
commit
226d02e8d0
@ -21,7 +21,7 @@ block body
|
||||
button(type="submit") Upload
|
||||
section
|
||||
p.center You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.top].
|
||||
p.center Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' https://upload.arav.i2p]
|
||||
p.center Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
|
||||
p.center A resulted link looks like this: #[code /f/base64rawURL(sha256)/filename.ext].
|
||||
p.center filename.ext is mandatory. It is a name the file will be retrieved with.
|
||||
section
|
||||
|
Loading…
Reference in New Issue
Block a user