From: Kazuhiro Fujieda Date: Wed, 18 Oct 2017 11:25:51 +0000 (+0900) Subject: トラックとリンガのIPアドレスの変更に対応する X-Git-Tag: v9.26~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d4ca31c04161910af09ffaf7e1832ebeffbe246;p=kancollesniffer%2FKancolleSniffer.git トラックとリンガのIPアドレスの変更に対応する --- 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 {