Script erstellt

This commit is contained in:
Housemann
2025-08-10 18:09:07 +02:00
commit 2a15995cbb
196 changed files with 24790 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'proxies' => [
'192.168.30.81',
'neonail.vogt.de.com',
'127.0.0.1',
'::1',
],
'headers' => [
'X-Forwarded-For' => 'X_FORWARDED_FOR',
'X-Forwarded-Host' => 'X_FORWARDED_HOST',
'X-Forwarded-Proto' => 'X_FORWARDED_PROTO',
],
];