diff --git a/SWProxy.py b/SWProxy.py index 6a59e1d..417ee6b 100755 --- a/SWProxy.py +++ b/SWProxy.py @@ -37,7 +37,7 @@ def __init__(self): def onRequest(self, proxy, host, port, request): try: - if host.startswith('summonerswar') and host.endswith('qpyou.cn') and request.url.path.startswith('/api/'): + if host.startswith('summonerswar') and (host.endswith('qpyou.cn') or host.endswith('com2us.net')) and request.url.path.startswith('/api/'): self.request = request # if we care about this api call, store request for decryption later except AttributeError: pass