Update server.js
Browse files
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 = '51.15.106.
|
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 = '51.15.106.133';
|
8 |
|
9 |
app.use('/', proxy(targetUrl, {
|
10 |
https: true,
|