Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 526 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 526 Bytes

A pure perl SSL encrypted port of https://github.com/solusipse/fiche termbin.com in perl.

I suggest adding an ssl group and spaste user, the systemd startup/respawn script if its a dedicated setup, and the crontab entry that removes expired pastes, for security purposes.

Install: echo "alias sp='openssl s_client -verify_return_error -servername spaste.oxasploits.com -quiet -connect spaste.oxasploits.com:8888 2>/dev/null'" >> ~/.bashrc && source ~/.bashrc

Useage: echo "yes hello" | sp

Thanks for a bugfix, brianx!