mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 16:50:56 +00:00
chore: add comment
This commit is contained in:
parent
07fb529e36
commit
971131d951
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ func NewDomainSet(keys []string) *DomainSet {
|
|||
reserveDomains = append(reserveDomains, utils.Reverse(domain))
|
||||
})
|
||||
// ensure that the same prefix is continuous
|
||||
// and according to the ascending sequence of length
|
||||
sort.Strings(reserveDomains)
|
||||
keys = reserveDomains
|
||||
if len(keys) == 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue