mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 17:14:06 +02:00
support reverse forwarding
This commit is contained in:
parent
53f5f45865
commit
d8d1bc17df
6 changed files with 65 additions and 21 deletions
|
|
@ -87,6 +87,8 @@ pub struct NamespaceConfig {
|
|||
pub struct ForwardConfig {
|
||||
pub source: ForwardSource,
|
||||
pub target: ForwardTarget,
|
||||
#[serde(default)]
|
||||
pub reverse: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue