support reverse forwarding

This commit is contained in:
Robin Appelman 2025-11-10 22:19:13 +01:00
commit d8d1bc17df
6 changed files with 65 additions and 21 deletions

View file

@ -87,6 +87,8 @@ pub struct NamespaceConfig {
pub struct ForwardConfig {
pub source: ForwardSource,
pub target: ForwardTarget,
#[serde(default)]
pub reverse: bool,
}
#[derive(Debug, Error)]