You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pretty new to the whole selfhosting thing and try to learn, so I might not know all technical terms for everything, but I watched and read some documentation about setting up crowdsec to secure my network a bit more. To my understanding I have a scanner running on my host system that reads my logs and then marks potential requests ro ban them on my machines firewall or even directly on cloudflare level (which I plan on doing). To my understanding I need crowdsec to read my zoraxy logs in order to do that. However does zoraxy store a livelog anywhere? Because looking in the logs folder in my zoraxy folder I can only find backups of each month. Is there any option or location that gives me an up to date log file that I can feed crowdsec in order to be more secure?
The text was updated successfully, but these errors were encountered:
@Iaskweirdquestions For starter, I guess instead of tinkering with tools like Crowdsec, it would be just easier to setup a VPN (e.g. openvpn or wireguard) and do everything in your VPN network.
For your question, the latest monthly logs file is the real time logs. Zoraxy cycles them automatically and create a new one once every month. Just open the latest log file (with the current month name I presume) and you will see Zoraxy constantly flushing new log lines into it.
For my usecase to use a VPN does absolutely not make sense no. Since I also don't expect anything to run perfectly smooth without any problems I prefer the learning part more than the actuall "need" part.
That was already what I kinda assumed, but with this I probably have to create a script then. Would be nice to have active logs that won't change the name all the time, but can definitely be worked with!
I am pretty new to the whole selfhosting thing and try to learn, so I might not know all technical terms for everything, but I watched and read some documentation about setting up crowdsec to secure my network a bit more. To my understanding I have a scanner running on my host system that reads my logs and then marks potential requests ro ban them on my machines firewall or even directly on cloudflare level (which I plan on doing). To my understanding I need crowdsec to read my zoraxy logs in order to do that. However does zoraxy store a livelog anywhere? Because looking in the logs folder in my zoraxy folder I can only find backups of each month. Is there any option or location that gives me an up to date log file that I can feed crowdsec in order to be more secure?
The text was updated successfully, but these errors were encountered: