fix cover

This commit is contained in:
mahyargdz
2025-07-21 12:45:40 +03:30
parent 5723df9982
commit 0677918db7
6 changed files with 708 additions and 544 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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);
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB