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:
parent
10ca071b99
commit
7904d4dfc4
6 changed files with 11 additions and 11 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue