АР
Size: a a a
АР
D
function FindProxyForURL(url, host)
{
if (shExpMatch( host, "*.domain.com") ||
shExpMatch( host, "127.*" ) ||
shExpMatch( host, "localhost" )) {
return "DIRECT";
}
if (isInNet(myIpAddress(), "192.168.2.0", "255.255.255.0")) {
if (isInNet(host, "192.168.0.0", "255.255.0.0")) {
return "DIRECT";
}
else {
return "PROXY proxy.domain.com:3128";
}
.....
ВМ
function FindProxyForURL(url, host)
{
if (shExpMatch( host, "*.domain.com") ||
shExpMatch( host, "127.*" ) ||
shExpMatch( host, "localhost" )) {
return "DIRECT";
}
if (isInNet(myIpAddress(), "192.168.2.0", "255.255.255.0")) {
if (isInNet(host, "192.168.0.0", "255.255.0.0")) {
return "DIRECT";
}
else {
return "PROXY proxy.domain.com:3128";
}
.....
ВМ
АР
D
ВМ
ВМ
АР
ВМ
АР
АР
АР
TM
🔥Э
АР
TM
ВМ
ВМ
🔥Э