mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Add firewall definitions
This commit is contained in:
parent
55bdaf915c
commit
143281d7c3
2 changed files with 47 additions and 81 deletions
|
@ -53,9 +53,6 @@ pub enum Verdict {
|
|||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum SNATType {
|
||||
SNAT {
|
||||
snat_address: String,
|
||||
snat_service: String,
|
||||
},
|
||||
SNAT { address: String, service: String },
|
||||
Masquerade,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue