Toby Chui
Toby Chui
@DonniDoc Zoraxy store the stats when it receive a interrupt signal, well except the uptime monitor data, your stats shd be stored in the sys.db database.
Hmmm, ok, I thought this has been fixed. @PassiveLemon would you mind take a look at this? Thanks!
@DonniDoc I am not good at tinkering with docker, but maybe you can find a way to send Ctrl + C into Zoraxy STDIN?
@DonniDoc Well technically I am not sure if it fixed the issue (I have added another signal capture to the shutdown sequence initiator, but depending on the OS / env,...
@DonniDoc Log only store a small part of the incoming request information. Statistic store the processed information of the raw request. Currently it is not possible to rebuild statistic from...
@freedbygrace Interesting idea, but in what use cases this will be helpful? I do think in some use cases, this might be helpful, but I am a bit worry about...
@keineantwort Zoraxy currently do not have the feature required to block / filter certain type of HTTP methods. It just forward everything to upstream. I think this worth a feature...
@nick773312 lol Yeah I have encountered this a few time, but this seems to be a bug related to chart.js that is not something I can fix. A simple refresh...
@hax4dazy No it do pass down the real-ip as `X-Real-IP`. It is more likely be a problem on your setup / HA side. You can try tinkering with the custom...
@hax4dazy Maybe this is another case of where open source projects just dont follow the `X-forwarded-for` standard and just adopt Nginx's reversed `X-forwarded-for` header design. Try use the custom header...