remove lock, change run one time

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