feat: update user-agent to Mozilla-compatible string

This commit is contained in:
M1 2026-03-18 14:43:33 +04:00
parent 957674fca4
commit 52f7f8102b
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ fn run_check_blocking(
.timeout_global(Some(timeout))
.timeout_connect(Some(timeout))
.http_status_as_error(false)
.user_agent("PingQL-Monitor/0.1")
.user_agent("Mozilla/5.0 (compatible; PingQL/1.0; +https://pingql.com)")
.tls_config(tls)
.build()
.new_agent();