Skip to content

Commit f1f112b

Browse files
committed
Fixed fronted config url
1 parent 4666106 commit f1f112b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/httpclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func GetHTTPClient() *http.Client {
109109

110110
func newFronted(logWriter io.Writer, panicListener func(string)) (fronted.Fronted, error) {
111111
// Parse the domain from the URL.
112-
configURL := "https://raw.githubusercontent.com/getlantern/lantern-binaries/refs/heads/main/fronted.yaml.gz"
112+
configURL := "https://raw.githubusercontent.com/getlantern/fronted/refs/heads/main/fronted.yaml.gz"
113113
u, err := url.Parse(configURL)
114114
if err != nil {
115115
return nil, fmt.Errorf("failed to parse URL: %v", err)

0 commit comments

Comments
 (0)