Skip to content

Commit

Permalink
Util: Update clearnet user agent to match Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Jan 21, 2025
1 parent e4fd58e commit 381d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/src/net/i2p/util/DNSOverHTTPS.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class DNSOverHTTPS implements EepGet.StatusListener {
*
* @since public since 0.9.54 for i2ptunnel
*/
public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0";
public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0";

private static final int MAX_RESPONSE_SIZE = 2048;
private static final boolean DEBUG = false;
Expand Down

0 comments on commit 381d720

Please sign in to comment.