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
|
||||
const app = express();
|
||||
|
||||
app.set("trust proxy", true);
|
||||
app.set("trust proxy", 1);
|
||||
app.use((req, res, next) => {
|
||||
console.log(req.ip);
|
||||
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