Skip to content

Commit

Permalink
Fix link to proxylist.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 1, 2022
1 parent 668820a commit c6ddb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func getProxylist() (urls []string) {
}

func getProxylistURL() string {
return "https://raw.githubusercontent.com/Arriven/db1000n/get-url-template/proxylist.json"
return "https://raw.githubusercontent.com/Arriven/db1000n/main/proxylist.json"
}

func getURLContent(url string) (string, error) {
Expand Down

0 comments on commit c6ddb32

Please sign in to comment.