Skip to content

Commit

Permalink
add Notes info
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanhui committed Oct 4, 2024
1 parent a645f8b commit d8a215b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/ip_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ func (i *IKuai) GetAllIKuaiBypassIpGroupNamesByName(name string) (names []string
data, err = i.ShowIpGroupByName(name)

for _, d := range data {
// for https://github.com/joyanhui/ikuai-bypass/issues/30
// fix 前面修改ip分组的备注导致的 无法甄别ip分组的问题
//match, _ := regexp.MatchString(name+`_\d+`, d.GroupName)
//log.Println(d.GroupName)
match := strings.Contains(d.GroupName, name)
Expand Down

0 comments on commit d8a215b

Please sign in to comment.