feat: started to prepare inventory / topoplogy for NCD #1
@ -82,4 +82,8 @@ pub struct CaddyGeneral {
|
||||
pub auth_to_tls: Option<i32>,
|
||||
#[yaserde(rename = "AuthToUri")]
|
||||
pub auth_to_uri: MaybeString,
|
||||
#[yaserde(rename = "ClientIpHeaders")]
|
||||
pub client_ip_headers: MaybeString,
|
||||
#[yaserde(rename = "CopyHeaders")]
|
||||
pub copy_headers: MaybeString,
|
||||
}
|
||||
|
||||
@ -21,6 +21,7 @@ pub struct DhcpInterface {
|
||||
pub netboot: Option<u32>,
|
||||
pub nextserver: Option<String>,
|
||||
pub filename64: Option<String>,
|
||||
pub filename: Option<String>,
|
||||
#[yaserde(rename = "ddnsdomainalgorithm")]
|
||||
pub ddns_domain_algorithm: Option<MaybeString>,
|
||||
#[yaserde(rename = "numberoptions")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user