2011/03/09 (水) 17:07:17        [qwerty]
おいPGいるか?
会社から上海に繋ぐ時だけ自宅串通すようにpac書いたが繋がらん
どこが間違ってるか教えろ


function FindProxyForURL(url, host)
{
    if (isPlainHostName(host) ||
	dnsDomainIs(host, "qwerty.on.arena.ne.jp") ||
	return "proxy jitaku.dyndns.org:8080";
    else
	return "direct";