Closed oOHiyoriOo closed 6 months ago
I tried to add a bit more "security" to it, as I saw weird requests on my Server, which seemed like someone was trying to kind of crawling the server and it's packs. I know it might not be needed, as he would have to guess a right md5 hash, but why let the system look that up if we can instantly reject it because of user-agent 😎 the default settings just warn the admin that a weird user agent has downloaded something, so it shouldn't break anything. Rejection can be turned on if wanted, tho.
Hey thanks for your work, it's pretty cool, I'm sorry I missed it. I think the nginx part is not required anymore because it is setup via docker. Cool idea for checking the user argent, what's the user agent of Minecraft?
Hi, User Agent was something like Minecraft Java. instead of the is the version. You're right NGINX setting is not needed anymore, should i remove it?
Hey, I fixed all issues that prevented merging, hope that helps. Also tested building process and running, which both works 👍
I tried to improve visuals, support for nginx and a more appealing logging. Added Options to control the logging a bit better and improve the usage with NGINX as reverse proxy