mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +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
|
package definitions
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
ConfigVersion uint64 `json:"config_version"`
|
ConfigVersion uint64 `json:"config_version"`
|
||||||
Firewall Firewall `json:"firewall"`
|
Firewall Firewall `json:"firewall"`
|
||||||
Addresses map[string]Address `json:"addresses"`
|
|
||||||
Services map[string]Service `json:"services"`
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue