mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-diagnostics: Try paste.centos.org instead of dpaste.com
This commit is contained in:
parent
ee3781d38a
commit
608d05e240
1 changed files with 7 additions and 5 deletions
|
@ -273,13 +273,15 @@ echo
|
|||
echo -e "\e[1m"
|
||||
#if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
||||
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
|
||||
echo -ne "PUBLISHING TO URL... " # Run 'pastebinit -l' to list other possible pastebin site URLs
|
||||
pastebinit -b dpaste.com $outfile # Unfortunately limited to 30 days by default. Claims 1,000,000 character maximum pastebin size, but that claim is not 100% accurate.
|
||||
#pastebinit -b sprunge.us $outfile # Stopped working for many weeks (mid-2023, and again in mid-2024)
|
||||
#pastebinit -b paste2.org $outfile # Spammy/dangerous pastebins
|
||||
echo -ne "PUBLISHING TO URL... " # Run 'pastebinit -l' to list other possible pastebin site URLs
|
||||
pastebinit -b paste.centos.org $outfile # 2024-08-10: Basic line numbers & "4 weeks" good enough?
|
||||
#nc termbin.com 9999 < $outfile # 2024-08-10: No line numbers & limited to 7 days!
|
||||
#pastebinit -b dpaste.com $outfile # 2024-08-10: Unfortunately limited to 30 days by default. Claims 1,000,000 character maximum pastebin size (or usage quota within N days?) But newly restricted to LESS THAN 500 LINES (e.g. after IP address blocks & email appeals kinda work, but take almost 24h each time!)
|
||||
#pastebinit -b sprunge.us $outfile # Stopped working for many weeks (mid-2023, and again in mid-2024)
|
||||
#pastebinit -b paste2.org $outfile # Spammy/dangerous pastebins
|
||||
else
|
||||
echo -e "If you later decide to publish it, run:"
|
||||
echo
|
||||
echo -e " pastebinit -b dpaste.com < $outfile"
|
||||
echo -e " pastebinit -b paste.centos.org $outfile"
|
||||
fi
|
||||
echo -e "\e[0m"
|
||||
|
|
Loading…
Add table
Reference in a new issue