update
This commit is contained in:
+4
-1
@@ -11,7 +11,10 @@ import (
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Domains []struct {
|
||||
AccessKey string `yaml:"access_key"`
|
||||
AccessSecret string `yaml:"access_secret"`
|
||||
Region string `yaml:"region"`
|
||||
Domains []struct {
|
||||
Name string `yaml:"name"`
|
||||
Sub []string `yaml:"subdomain,flow"`
|
||||
} `yaml:"domains"`
|
||||
|
||||
Reference in New Issue
Block a user