continuwuity/src
strawberry fa0c083555 don't send requests to specified list of IP CIDRs
this can most definitely be improved but this is a decent attempt.
the only annoying this is i couldn't just use a Vec<IPAddress> which
would have significantly simplified all of this, but serde can't
deserialise it on the config side i guess.

i may find a better way to do this in the future, but this should cover
most areas anyways.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-01-25 19:28:33 -05:00
..
api don't send requests to specified list of IP CIDRs 2024-01-25 19:28:33 -05:00
config don't send requests to specified list of IP CIDRs 2024-01-25 19:28:33 -05:00
database remove rocksdb_max_open_files option 2024-01-25 19:28:33 -05:00
service don't send requests to specified list of IP CIDRs 2024-01-25 19:28:33 -05:00
utils fix more clippy lints (part 1) 2024-01-17 14:26:26 -05:00
lib.rs add all possible workspace clippy lints (with commenting out most for now) 2024-01-14 20:55:56 -05:00
main.rs don't send requests to specified list of IP CIDRs 2024-01-25 19:28:33 -05:00