mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-25 08:12:39 +01:00
forgot links on examples lmao
This commit is contained in:
parent
9c43259012
commit
59e9250b15
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<p>For example, using curl:</p>
|
||||
<code>curl -F "file=@/path/to/file" https://xygt.cc</code>
|
||||
<p>You can also add extra <a href="faq#flags">flags</a> onto your command, for example:</p>
|
||||
<code>curl -F "file=@/path/to/file" -F "retention=1024" -F "userid=6fd12a" -F "idpass=6ad5ec8ff9a14b45"</code>
|
||||
<code>curl -F "file=@/path/to/file" -F "retention=1024" -F "userid=6fd12a" -F "idpass=6ad5ec8ff9a14b45" https://xygt.cc</code>
|
||||
<p>You can pipe plain text into the file flag, for example:</p>
|
||||
<code>echo "Hello, World!" | curl -F "file=@-" https://xygt.cc</code>
|
||||
<br>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<p>For example, using curl:</p>
|
||||
<code>curl -F "url=https://example.com" https://xygt.cc</code>
|
||||
<p>You can also add extra <a href="faq#flags">flags</a> onto your command, for example:</p>
|
||||
<code>curl -F "url=https://example.com" -F "retention=1024" -F "userid=6fd12a"</code>
|
||||
<code>curl -F "url=https://example.com" -F "retention=1024" -F "userid=6fd12a" https://xygt.cc</code>
|
||||
<br>
|
||||
<h3>URL Shortening through the site is currently disabled due to a security vulnerability.</h3>
|
||||
<h5>Use curl instead.</h5>
|
||||
|
|
Loading…
Reference in a new issue