wip: added new xml fields for Caddy + legacy pxe filename
This commit is contained in:
parent
e390f1edb3
commit
1ca316c085
@ -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