change license & add more node channel

This commit is contained in:
zu1k
2020-08-12 06:52:28 +08:00
parent ddc6e73373
commit 2cd8b68b49
2 changed files with 676 additions and 17 deletions

View File

@@ -7,12 +7,18 @@ import (
func CrawlTGChannel() {
node := make([]proxy.Proxy, 0)
// tg上各种节点分享频道
node = append(node, getter.NewTGChannelGetter("https://t.me/s/ssrList", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/SSRSUB", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/FreeSSRNode", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/ssrlists", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/ssrshares", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/V2List", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/ssrtool", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/vmessr", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/FreeSSR666", 200).Get()...)
node = append(node, getter.NewTGChannelGetter("https://t.me/s/fanqiang666", 200).Get()...)
node = append(node, GetProxies()...)
node = proxy.Deduplication(node)