xovakat commited on
Commit
50291f8
1 Parent(s): 709b193

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -4,7 +4,7 @@ const app = express();
4
  const targetUrl = 'https://www.bing.com';
5
  const port = 7860;
6
  const baseUrl = 'bing';
7
- const IP = '71.11.46.14';
8
 
9
  app.use('/', proxy(targetUrl, {
10
  https: true,
 
4
  const targetUrl = 'https://www.bing.com';
5
  const port = 7860;
6
  const baseUrl = 'bing';
7
+ const IP = '148.113.165.150';
8
 
9
  app.use('/', proxy(targetUrl, {
10
  https: true,