Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.113.227
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.04
KB
-rw-r--r--
2021-02-10 07:03
auth.php
3.17
KB
-rw-r--r--
2021-02-02 18:24
broadcasting.php
1.67
KB
-rw-r--r--
2021-02-10 07:03
cache.php
2.63
KB
-rw-r--r--
2021-02-02 18:24
database.php
4.3
KB
-rw-r--r--
2021-02-04 21:17
debug-server.php
140
B
-rw-r--r--
2021-02-02 18:24
filesystems.php
2.08
KB
-rw-r--r--
2021-02-02 18:24
hashing.php
1.53
KB
-rw-r--r--
2021-02-02 18:24
logging.php
2.5
KB
-rw-r--r--
2021-02-02 18:24
mail.php
4.58
KB
-rw-r--r--
2021-02-02 18:24
musonza_chat.php
1.69
KB
-rw-r--r--
2021-02-10 12:21
queue.php
2.57
KB
-rw-r--r--
2021-02-02 18:24
services.php
1.19
KB
-rw-r--r--
2021-02-02 18:24
session.php
6.79
KB
-rw-r--r--
2021-02-02 18:24
tinker.php
1015
B
-rw-r--r--
2021-02-02 18:24
trustedproxy.php
1.67
KB
-rw-r--r--
2021-02-02 18:24
view.php
1.03
KB
-rw-r--r--
2021-02-02 18:24
websockets.php
4.73
KB
-rw-r--r--
2020-10-18 07:20
Save
Rename
<?php return [ /* * Set trusted proxy IP addresses. * * Both IPv4 and IPv6 addresses are * supported, along with CIDR notation. * * The "*" character is syntactic sugar * within TrustedProxy to trust any proxy * that connects directly to your server, * a requirement when you cannot know the address * of your proxy (e.g. if using ELB or similar). * */ 'proxies' => null, // [<ip addresses>,], '*', '<ip addresses>,' /* * To trust one or more specific proxies that connect * directly to your server, use an array or a string separated by comma of IP addresses: */ // 'proxies' => ['192.168.1.1'], // 'proxies' => '192.168.1.1, 192.168.1.2', /* * Or, to trust all proxies that connect * directly to your server, use a "*" */ // 'proxies' => '*', /* * Which headers to use to detect proxy related data (For, Host, Proto, Port) * * Options include: * * - Illuminate\Http\Request::HEADER_X_FORWARDED_ALL (use all x-forwarded-* headers to establish trust) * - Illuminate\Http\Request::HEADER_FORWARDED (use the FORWARDED header to establish trust) * - Illuminate\Http\Request::HEADER_X_FORWARDED_AWS_ELB (If you are using AWS Elastic Load Balancer) * * - 'HEADER_X_FORWARDED_ALL' (use all x-forwarded-* headers to establish trust) * - 'HEADER_FORWARDED' (use the FORWARDED header to establish trust) * - 'HEADER_X_FORWARDED_AWS_ELB' (If you are using AWS Elastic Load Balancer) * * @link https://symfony.com/doc/current/deployment/proxies.html */ 'headers' => Illuminate\Http\Request::HEADER_X_FORWARDED_ALL, ];