English, "Callback调用失败, 异常信息: %s", "Webhook called failed! Exception: %s") // save message.SetString(language.English, "若通过公网访问, 仅允许在ddns-go启动后 5 分钟内完成首次配置", "If accessed via the public network, only allow the first configuration to be completed within 5 ...
English, "从网卡获得IPv4失败", "Get IPv4 from network card failed") 7 changes: 1 addition & 6 deletions 7 web/logs.go Original file line numberDiff line numberDiff line change @@ -34,12 +34,7 @@ func init() { // Logs web func Logs(writer http.ResponseWriter, request *http....
go/v6/util" +) + +//go:embed login.html +var loginEmbedFile embed.FS + +// only need one token +var tokenInSystem = "" + +// 登录检测 +type loginDetect struct { + failedTimes uint32 // 失败次数 + ticker *time.Ticker // 定时器 +} + +var ld = &loginDetect{ticker: time...