mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
8 lines
259 B
Go
8 lines
259 B
Go
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"`
|
|
}
|