Upload text & images dari command line.
NAME
rusdi.fun/cdn — upload text & image dari terminal, return plain URL.
SYNOPSIS
$ curl -F "rusdi=@<file>" https://rusdi.fun/cdn
$ <command> | curl -F "rusdi=<-" https://rusdi.fun/cdn
EXAMPLES
Upload text file:
$ curl -F "rusdi=@script.sh" https://rusdi.fun/cdn
Upload image:
$ curl -F "rusdi=@screenshot.png" https://rusdi.fun/cdn
Pipe dari stdin:
$ cat /var/log/syslog | curl -F "rusdi=<-" https://rusdi.fun/cdn
Upload & copy ke clipboard:
$ curl -F "rusdi=@file.py" https://rusdi.fun/cdn | xclip -sel clip
RETURNS
https://rusdi.fun/raw/a1b2c3 ← text
https://rusdi.fun/i/e5f6a7.png ← image
LIMITS
Max: 5 MB |
Rate: 1 upload / 3 detik per IP |
Format: text/*, png, jpg, gif, webp