diff options
author | Anonymous <anon@anon.com> | 2021-08-26 16:33:09 +0200 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2021-08-26 16:33:09 +0200 |
commit | 43887d849bd46e3e2cbd8e08d6fae010a11ce4a7 (patch) | |
tree | e20136914ba79f8edf47aca967abfe9e669ec436 | |
parent | 5b3d77e9ee1a16778238e5e561ce63f226e3b5b6 (diff) |
Updated Home.md (markdown)
-rw-r--r-- | Home.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ There are some ways to support krebs: do it - [c.r](http://c.r) - - read-write arbitrary urls with `cat $file | curl -d @- http://c.r/my/custom/path` + - read-write arbitrary urls with `cat $file | curl --data-binary @- http://c.r/my/custom/path` - delete with `curl -X DELETE http://c.r/my/custom/path` - if posted again will override old content - stuff will be reachable at http://c.r/my/custom/path or https://c.krebsco.de/my/custom/path |