Rebrand for linhanced 0.1

This commit is contained in:
mrkmntal 2026-04-14 13:47:51 -04:00
commit 845b34992e
14 changed files with 27 additions and 28 deletions

View file

@ -311,7 +311,7 @@ class HttpCache {
async makeUpstreamRequest(req, res, fullUrl, options = {}, cacheResult = null) {
return new Promise((resolve) => {
const headers = {
'user-agent': options.userAgent || '(WeatherStar 4000+, ws4000@netbymatt.com)',
'user-agent': options.userAgent || '(WeatherStar 4000+: Linhanced, marky611@gmail.com)',
accept: req.headers?.accept || '*/*',
...options.headers,
};