mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
add Addresses and Service to Config
This commit is contained in:
parent
02c12cf90e
commit
4e1e868054
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@ package definitions
|
|||
type Config struct {
|
||||
ConfigVersion int64 `json:"config_version"`
|
||||
Netfilter Netfilter `json:"netfilter"`
|
||||
Netfilter Netfilter `json:"netfilter"`
|
||||
Addresses map[string]Address `json:"addresses"`
|
||||
Services map[string]Service `json:"services"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue