[GO][ADD] Added a new collector for detect-internet

This commit is contained in:
BuildTools
2020-12-02 03:04:18 +01:00
parent 34a486986b
commit bc05385e81
4 changed files with 96 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ type Config struct {
WlanIF bool `yaml:"wlanif,omitempty"`
Monitor bool `yaml:"monitor,omitempty"`
Ipsec bool `yaml:"ipsec,omitempty"`
Internet bool `yaml:"internet,omitempty"`
} `yaml:"features,omitempty"`
}