mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
iiab-diagnostics: Clarify termbin.com rudimentary/reliable option
This commit is contained in:
parent
608d05e240
commit
2c5398dfb2
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ echo -e "\e[1m"
|
|||
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
|
||||
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!
|
||||
#nc termbin.com 9999 < $outfile # 2024-08-10: No line numbers & limited to 7 days (rudimentary but reliable option if nec in future?!)
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue