Skip to content

Commit 7edabea

Browse files
committed
feat: 更新User-Agent为v2rayN以优化请求头
1 parent d2267af commit 7edabea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
17841784
} else {
17851785
const response = await fetch(url, {
17861786
headers: {
1787-
'User-Agent': 'Mozilla/5.0' + atob('IENGLVdvcmtlcnMtZWRnZXR1bm5lbC9jbWxpdQ==')
1787+
'User-Agent': 'v2rayN' + atob('IENGLVdvcmtlcnMtZWRnZXR1bm5lbC9jbWxpdQ==')
17881788
}
17891789
});
17901790
content = await response.text();

0 commit comments

Comments
 (0)