Skip to content

Commit dfaf6f5

Browse files
authored
Added name to kindling (#1505)
1 parent 7f80ae4 commit dfaf6f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

common/httpclient.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ func GetHTTPClient() *http.Client {
5858
if err != nil {
5959
log.Errorf("Failed to create fronted instance: %v", err)
6060
k = kindling.NewKindling(
61+
"flashlight",
6162
kindling.WithPanicListener(sentry.PanicListener),
6263
kindling.WithLogWriter(ioWriter),
6364
kindling.WithProxyless(domains...),
6465
)
6566
} else {
6667
// Set the client to the kindling client.
6768
k = kindling.NewKindling(
69+
"flashlight",
6870
kindling.WithPanicListener(sentry.PanicListener),
6971
kindling.WithLogWriter(ioWriter),
7072
kindling.WithDomainFronting(f),

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ require (
194194
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
195195
github.com/getlantern/kcp-go/v5 v5.0.0-20220503142114-f0c1cd6e1b54 // indirect
196196
github.com/getlantern/keepcurrent v0.0.0-20240126172110-2e0264ca385d // indirect
197-
github.com/getlantern/kindling v0.0.0-20250618182126-cc504e0c6470
197+
github.com/getlantern/kindling v0.0.0-20250623212818-5aaa3efa0388
198198
github.com/getlantern/measured v0.0.0-20230919230611-3d9e3776a6cd // indirect
199199
github.com/getlantern/meta-scrubber v0.0.1 // indirect
200200
github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ github.com/getlantern/keepcurrent v0.0.0-20240126172110-2e0264ca385d/go.mod h1:e
328328
github.com/getlantern/keyman v0.0.0-20180207174507-f55e7280e93a/go.mod h1:FMf0g72BHs14jVcD8i8ubEk4sMB6JdidBn67d44i3ws=
329329
github.com/getlantern/keyman v0.0.0-20230503155501-4e864ca2175b h1:iyEuk8ARQC9HfraqC4r3leBhU55R1TV7bAiyPYE54kA=
330330
github.com/getlantern/keyman v0.0.0-20230503155501-4e864ca2175b/go.mod h1:ZJ+yDaZkJ/JU9j7EQa3UUh6ouedrNDDLA5OiowS1Iuk=
331-
github.com/getlantern/kindling v0.0.0-20250618182126-cc504e0c6470 h1:DewUHcUZwSh8hy8Z6wGDX8G4xk5dwk1Io7YKp8UNuxc=
332-
github.com/getlantern/kindling v0.0.0-20250618182126-cc504e0c6470/go.mod h1:HD0J725mTvBXeBTepQa9wwpPL5LYLqER7hsF8I9sXkE=
331+
github.com/getlantern/kindling v0.0.0-20250623212818-5aaa3efa0388 h1:/cgNhd8rsDfCNI1/2Y/2MY1vfTko43qIAZEHjg4DDZ0=
332+
github.com/getlantern/kindling v0.0.0-20250623212818-5aaa3efa0388/go.mod h1:HD0J725mTvBXeBTepQa9wwpPL5LYLqER7hsF8I9sXkE=
333333
github.com/getlantern/lampshade v0.0.0-20201109225444-b06082e15f3a h1:z7G1v79GB1qRrkcbzF0nrLzV/+dwdGmamEZAp0ff+z0=
334334
github.com/getlantern/lampshade v0.0.0-20201109225444-b06082e15f3a/go.mod h1:cGOfTjvllC9bcwS7cVW6tGT6fXc8Dki384uFjm7XBnw=
335335
github.com/getlantern/lantern-algeneva v0.0.0-20240930181006-6d3c00db1d5d h1:ACBwPR4du54Qw+X5ajsbMqOFR8euGZRdMGkvTDS7I60=

0 commit comments

Comments
 (0)