Skip to content

Commit f1b9f8f

Browse files
committed
2020年 02月 06日 星期四 16:00:41 CST
1 parent 7e57fc0 commit f1b9f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"text/template"
1010
)
1111

12-
var listUrl = "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt"
12+
var listUrl = "https://ngosang.github.io/trackerslist/trackers_best.txt"
1313

1414
var tmpl = `bt-tracker={{range $k, $v := .}}{{if eq $k 0}}{{$v}}{{else}},{{$v}}{{end}}{{end}}
1515
enable-dht=true

0 commit comments

Comments
 (0)