From 2d4ca31c04161910af09ffaf7e1832ebeffbe246 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Wed, 18 Oct 2017 20:25:51 +0900 Subject: [PATCH] =?utf8?q?=E3=83=88=E3=83=A9=E3=83=83=E3=82=AF=E3=81=A8?= =?utf8?q?=E3=83=AA=E3=83=B3=E3=82=AC=E3=81=AEIP=E3=82=A2=E3=83=89?= =?utf8?q?=E3=83=AC=E3=82=B9=E3=81=AE=E5=A4=89=E6=9B=B4=E3=81=AB=E5=AF=BE?= =?utf8?q?=E5=BF=9C=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/LogServer.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/KancolleSniffer/LogServer.cs b/KancolleSniffer/LogServer.cs index 95229c0..20df042 100644 --- a/KancolleSniffer/LogServer.cs +++ b/KancolleSniffer/LogServer.cs @@ -264,12 +264,12 @@ namespace KancolleSniffer var pacFile = @" function FindProxyForURL(url, host) { if(isInNet(host, ""203.104.209.71"", ""255.255.255.255"") || - isInNet(host, ""125.6.184.15"", ""255.255.255.255"") || + isInNet(host, ""203.104.209.87"", ""255.255.255.255"") || isInNet(host, ""125.6.184.16"", ""255.255.255.255"") || isInNet(host, ""125.6.187.205"", ""255.255.255.255"") || isInNet(host, ""125.6.187.229"", ""255.255.255.255"") || - isInNet(host, ""125.6.187.253"", ""255.255.255.255"") || - isInNet(host, ""125.6.188.25"", ""255.255.255.255"") || + isInNet(host, ""203.104.209.134"", ""255.255.255.255"") || + isInNet(host, ""203.104.209.167"", ""255.255.255.255"") || isInNet(host, ""203.104.248.135"", ""255.255.255.255"") || isInNet(host, ""125.6.189.7"", ""255.255.255.255"") || isInNet(host, ""125.6.189.39"", ""255.255.255.255"") || @@ -282,8 +282,7 @@ function FindProxyForURL(url, host) { isInNet(host, ""203.104.209.23"", ""255.255.255.255"") || isInNet(host, ""203.104.209.39"", ""255.255.255.255"") || isInNet(host, ""203.104.209.55"", ""255.255.255.255"") || - isInNet(host, ""203.104.209.102"", ""255.255.255.255"") || - isInNet(host, ""203.104.209.87"", ""255.255.255.255"")) { + isInNet(host, ""203.104.209.102"", ""255.255.255.255"")) { return ""PROXY 127.0.0.1:8080""; } else { -- 2.11.0