realip header

This commit is contained in:
Reid 2023-09-11 23:25:51 -07:00
parent 1d04c7ed59
commit 6f6f48d80b
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
4 changed files with 11 additions and 4 deletions

View file

@ -13,7 +13,8 @@ pub struct Config {
#[derive(Deserialize)]
pub struct ConfigGeneral {
pub append_path: String,
pub port: u16
pub port: u16,
pub realip_header: String
}
#[derive(Deserialize)]