rfc-2549 / sakisafe

simple file upload
https://ss.suragu.net
Other
40 stars 8 forks source link

Add Makefile.PL and allow banned IP's to be derived from a file #21

Closed rawleyfowler closed 1 year ago

rawleyfowler commented 1 year ago

I wanted to run this in Docker, it's much easier to do so with a Makefile.PL, so I added one. I also added the option to derive banned IP's from a file, since I have a pretty comprehensive list of IP's I don't want anywhere near my VPS's lol.

rfc-2549 commented 1 year ago

Damn finally a dude who knows.

rfc-2549 commented 1 year ago

If you get to a Dockerfile (or whatever docker uses, I have never used) feel free to share it in a pull request, some people might find it useful!

rawleyfowler commented 1 year ago

@rfc-2549 Yeah still playing around with the docker config, prolly next weekend I'll have it working.