Hi and thank you for this project.
I had some issues using the suggested command:
your-command-here | curl -F "aringa=<-" arin.ga
It replys with a 301 to the https,
Even if I try using curl -L, I get a sh script (the client?) instead of the url of my pasted content.
The only thing that seems to work is using curl directly to https like this:
your-command-here | curl -F "aringa=<-" https://arin.ga
it used to work because arin.ga didn't have https when it started, and that text was hardly ever changed
thanks for pointing it out, i'll try to fix it soon
Hi and thank you for this project. I had some issues using the suggested command:
your-command-here | curl -F "aringa=<-" arin.ga
It replys with a 301 to the https, Even if I try usingcurl -L
, I get a sh script (the client?) instead of the url of my pasted content. The only thing that seems to work is using curl directly to https like this:your-command-here | curl -F "aringa=<-" https://arin.ga