rawhide-kobayashi

Results 9 comments of rawhide-kobayashi

ctf is hardly the only mode for stalling. there can be bad actors on both sides, on a gamemode like 5cp, and they can trade points infinitely, stalling the game...

What exactly was the rationale for changing this in the first place...? Readings of >100% have their basis in the multi-core load average measure since the beginning of time itself....

I'm working on a CLI for the capabilities presented by ZenStates-Core. Setting CO values is supported, and that's the only thing currently supported... But it is supported. https://github.com/rawhide-kobayashi/ryzen-smu-cli

I see. Thank you. If I ever get my hands on a threadripper or epyc system that supports PBO, I'll certainly give it a try myself... I haven't had any...

This used to work in some ancient version... My old files have the correct user IPs. trustProxy is set in the fastify config: https://github.com/chibisafe/chibisafe/blob/500af4507cb8620cd4b8355e388946d8e5ca4353/packages/backend/src/main.ts#L23 However, req.ip is the only field...

One smol problem with this assertion. I don't use docker, and it still doesn't work as it should. I have the same nginx config with functioning x-real-ip and x-forwarded-for headers...

The problem is that fastify's request.ip does not use the x-real-ip header. I just did this gross, nasty test. Manually wrenching the x-real-ip header out of the request object works....

I *also* have x-forwarded-for headers... Chibisafe does not do the work required to interpret them. req.ip does not automatically contain a client IP parsed from x-forwarded-for headers when trustProxy is...

Right you are, right you are, my apolocheese for the confusion and accusations. Anyway, I found the root cause of the issue. The documentation is outdated. https://chibisafe.moe/guides/running-with-docker The caddyfile on...