mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
rename netfilter to firewall
This commit is contained in:
parent
b7d11cc0a1
commit
126213e829
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ type Firewall struct {
|
|||
ForwardRules []ForwardRule `json:"forward_rules"`
|
||||
DestinationNATRules []DestinationNATRule `json:"destination_nat_rules"`
|
||||
SourceNATRules []SourceNATRule `json:"source_nat_rules"`
|
||||
Addresses map[string]Address `json:"addresses"`
|
||||
Services map[string]Service `json:"services"`
|
||||
}
|
Loading…
Add table
Reference in a new issue