From e4ee83003ea119a0d1ae0d2a05f0b15531dbed2b Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 14 Mar 2024 23:06:22 +0800 Subject: [PATCH] 1 --- config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.go b/config.go index b5eaeac..fde08db 100755 --- a/config.go +++ b/config.go @@ -260,13 +260,13 @@ type Back struct { func (t *Back) cloneDealer() { t.PathAdd = t.route.PathAdd - if t.route.Splicing != 0 { + if t.Splicing == 0 { t.Splicing = t.route.Splicing } - if t.route.ErrBanSec != 0 { + if t.ErrBanSec == 0 { t.ErrBanSec = t.route.ErrBanSec } - if t.route.ErrToSec != 0 { + if t.ErrToSec == 0 { t.ErrToSec = t.route.ErrToSec } t.tmp.ReqPather = append(t.route.ReqPather, t.ReqPather...) -- 2.39.2