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

@ -48,7 +48,7 @@ $(TARGET).1: $(TARGET).1.md
@sed "s/{VERSION}/$(VERSION)/g" $(TARGET).1.md | pandoc -s -t man -o $@
ADDR = 127.0.0.1
PORT = 8888
PORT = 9999
cgi: cgi/feuille.cgi