fix cover
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -26,7 +26,7 @@ for (const item of portals) {
|
|||||||
// Create express instance
|
// Create express instance
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
app.set("trust proxy", true);
|
app.set("trust proxy", 1);
|
||||||
app.use((req, res, next) => {
|
app.use((req, res, next) => {
|
||||||
console.log(req.ip);
|
console.log(req.ip);
|
||||||
console.log(req.ips);
|
console.log(req.ips);
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user