V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
kikyous
V2EX  ›  问与答

公司的一台电脑代理会被自动设置到 allow.pac

  •  1
     
  •   kikyous · 2015-07-31 14:34:49 +08:00 · 1654 次点击
    这是一个创建于 3246 天前的主题,其中的信息可能已经有所发展或是发生改变。

    内容如下
    function FindProxyForURL(url,host){if(isInNet(host,'127.0.0.0','255.0.0.0')||isInNet(host,'10.0.0.0','255.0.0.0')||isInNet(host,'172.0.0.0','255.224.0.0')||isInNet(host,'192.168.0.0','255.255.0.0')||isInNet(host,'239.0.0.0','255.0.0.0'))return'DIRECT';else return'PROXY 127.0.0.1:19281'}

    127.0.0.1:19281 这个本地代理好像有过滤的功能,导致一个内部系统不能正常使用

    请问这可能是什么软件干得?

    2 条回复    2015-07-31 14:53:33 +08:00
    LazyZhu
        1
    LazyZhu  
       2015-07-31 14:53:09 +08:00
    WPAD
    publicID001
        2
    publicID001  
       2015-07-31 14:53:33 +08:00
    运维:我的锅
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1046 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 19:30 · PVG 03:30 · LAX 12:30 · JFK 15:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.