mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
move Addresses, Services into Firewall
This commit is contained in:
parent
db871f328a
commit
b7d11cc0a1
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
package definitions
|
||||
|
||||
type Config struct {
|
||||
ConfigVersion uint64 `json:"config_version"`
|
||||
Firewall Firewall `json:"firewall"`
|
||||
Addresses map[string]Address `json:"addresses"`
|
||||
Services map[string]Service `json:"services"`
|
||||
ConfigVersion uint64 `json:"config_version"`
|
||||
Firewall Firewall `json:"firewall"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue