realip header
This commit is contained in:
parent
1d04c7ed59
commit
6f6f48d80b
4 changed files with 11 additions and 4 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue