diff --git a/internal/handlers/web/templates/index.jade b/internal/handlers/web/templates/index.jade index 818f2af..c56a4b2 100644 --- a/internal/handlers/web/templates/index.jade +++ b/internal/handlers/web/templates/index.jade @@ -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