Skip to content

Commit

Permalink
chore: proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 9, 2024
1 parent 103b542 commit b3c3d86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bypasscf.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ async function launchBrowserForUser(username, password) {

// 如果环境变量不是 'dev',则添加代理配置
// if (process.env.ENVIRONMENT !== "dev") {
// browserOptions["proxy"] = {
// host: "216.98.11.172",
// port: "54651",
// username: "T5kQrKCwXZ",
// password: "jH51RWYSkr",
// };
browserOptions["proxy"] = {
host: "3.26.115.230",
port: "27754",
username: "GECPjZ1jcC",
password: "Sa39rYDhNx",
};
// }

var { connect } = await import("puppeteer-real-browser");
Expand Down

0 comments on commit b3c3d86

Please sign in to comment.