mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
8 lines
260 B
Go
8 lines
260 B
Go
package definitions
|
|
|
|
type Config struct {
|
|
ConfigVersion uint64 `json:"config_version"`
|
|
Netfilter Netfilter `json:"netfilter"`
|
|
Addresses map[string]Address `json:"addresses"`
|
|
Services map[string]Service `json:"services"`
|
|
}
|