feat: ip change notification close #31

This commit is contained in:
naiba
2021-01-13 22:30:28 +08:00
parent 02bd23d705
commit 97fc5d790a
8 changed files with 35 additions and 9 deletions
+2 -2
View File
@@ -10,7 +10,6 @@ import (
"gopkg.in/yaml.v2"
)
// Config ..
type Config struct {
Debug bool
Site struct {
@@ -24,7 +23,8 @@ type Config struct {
ClientID string
ClientSecret string
}
HTTPPort uint
HTTPPort uint
EnableIPChangeNotification bool
v *viper.Viper
}