mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 20:50:06 +00:00
✨ feat: ip change notification close #31
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user