Skip to content

Commit 22f8065

Browse files
committed
avail: bump spoofed agent version
1 parent 7cd718b commit 22f8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/driver_crawler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func NewCrawlDriver(dbc db.Client, cfg *CrawlDriverConfig) (*CrawlDriver, error)
136136
// Spoof it
137137
userAgent := "nebula/" + cfg.Version
138138
if cfg.Network == config.NetworkAvailTuringLC || cfg.Network == config.NetworkAvailMainnetLC {
139-
userAgent = "avail-light-client/light-client/1.13.0/rust-client"
139+
userAgent = "avail-light-client/light-client/1.99.99/rust-client"
140140
}
141141

142142
hosts := make(map[peer.ID]*Host, runtime.NumCPU())

0 commit comments

Comments
 (0)