aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/modes/transparent_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy/modes/transparent_proxy.py')
-rw-r--r--libmproxy/proxy/modes/transparent_proxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/proxy/modes/transparent_proxy.py b/libmproxy/proxy/modes/transparent_proxy.py
index 995e4bd9..da1d4632 100644
--- a/libmproxy/proxy/modes/transparent_proxy.py
+++ b/libmproxy/proxy/modes/transparent_proxy.py
@@ -8,7 +8,6 @@ from ...protocol import Layer, ServerConnectionMixin
class TransparentProxy(Layer, ServerConnectionMixin):
def __init__(self, ctx):
super(TransparentProxy, self).__init__(ctx)
- self.server_conn.source_address = (ctx.config.host, 0)
self.resolver = platform.resolver()
def __call__(self):