diff options
author | Alex <alex@adnab.me> | 2023-03-06 12:33:06 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-03-06 12:33:06 +0000 |
commit | 00dcfc97a5d397120ea722b2c836fb6968e87e39 (patch) | |
tree | 06d9ec3da5b555a02c27cc58d2b94692abb1e54c /src/util/lib.rs | |
parent | 0d0906b066eb76111f3b427dce1c50eac083366c (diff) | |
parent | 4e0fc3d6c9d764f2eecb7cf9e995580e734bdb2d (diff) | |
download | garage-00dcfc97a5d397120ea722b2c836fb6968e87e39.tar.gz garage-00dcfc97a5d397120ea722b2c836fb6968e87e39.zip |
Merge pull request 'web_server.rs: Log X-Forwarded-For IP' (#504) from jpds/garage:web_server-log-x-forwarded-for into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/504
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r-- | src/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs index d35ca72f..c9110fb2 100644 --- a/src/util/lib.rs +++ b/src/util/lib.rs @@ -11,6 +11,7 @@ pub mod data; pub mod encode; pub mod error; pub mod formater; +pub mod forwarded_headers; pub mod metrics; pub mod migrate; pub mod persister; |