mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-07 10:34:33 +08:00
DDoS防护增加秒级连接速率限制
This commit is contained in:
@@ -35,7 +35,7 @@ func Sync() error {
|
||||
|
||||
ntpdate, err := exec.LookPath("ntpdate")
|
||||
if err != nil {
|
||||
return err
|
||||
return nil
|
||||
}
|
||||
if len(ntpdate) > 0 {
|
||||
return syncNtpdate(ntpdate)
|
||||
|
||||
Reference in New Issue
Block a user