HEX
Server: Apache/2.4.6 () OpenSSL/1.0.2k-fips PHP/8.3.8
System: Linux gateway.rmc-logistics.net 4.1.12-124.48.6.el7uek.x86_64 #2 SMP Tue Mar 16 14:57:50 PDT 2021 x86_64
User: apache (48)
PHP: 8.3.8
Disabled: NONE
Upload Files
File: //var/www/html/wpad.dat
ofunction FindProxyForURL(url, host)
{
if (isPlainHostName(host) || dnsDomainIs(host, ".rusmarine.ru") || isInNet(host, "10.0.0.0", "255.0.0.0") || isInNet(host, "192.168.0.0", "255.255.0.0"))  )
return "DIRECT";
else
return "PROXY 10.0.0.6:3128";
}