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