wip: added new xml fields for Caddy + legacy pxe filename

This commit is contained in:
2025-02-22 14:24:51 -05:00
parent e390f1edb3
commit 1ca316c085
2 changed files with 5 additions and 0 deletions

View File

@@ -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,
}