aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index b650181f..8bd93122 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -350,8 +350,8 @@ class ConnectionHandler:
"""
# TODO: Implement SSL pass-through handling and change conntype
passthrough = [
- "echo.websocket.org",
- "174.129.224.73" # echo.websocket.org, transparent mode
+ # "echo.websocket.org",
+ # "174.129.224.73" # echo.websocket.org, transparent mode
]
if self.server_conn.address.host in passthrough or self.sni in passthrough:
self.conntype = "tcp"