add nic check

This commit is contained in:
Jay
2018-09-10 10:44:23 +08:00
parent 2203303968
commit 4d63b93edb
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ import (
)
type Config struct {
NIC string `yaml:"interface"`
Domains []struct {
Name string `yaml:"name"`
Sub []string `yaml:"subdomain,flow"`