fix: use port 9999 instead of port 8888

web crawlers were creating a shit-ton of pastebins while trying to
connect to feuille.
This commit is contained in:
Tom MTT 2022-11-22 20:36:45 +01:00
parent 10ca071b99
commit 7904d4dfc4
6 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
NC="nc"
BIN="heimdall.pm"
alias pst="$NC $BIN 8888"
alias spst="gpg -cao /tmp/paste.pgp && cat /tmp/paste.pgp | $NC $BIN 8888 && rm /tmp/paste.pgp"
alias pst="$NC $BIN 9999"
alias spst="gpg -cao /tmp/paste.pgp && cat /tmp/paste.pgp | $NC $BIN 9999 && rm /tmp/paste.pgp"