Skip to content

Commit

Permalink
restore: fdr: restore proxy behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Aug 29, 2021
1 parent abda5cd commit 12d6caf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymobiledevice3/restore/fdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def handle_proxy_cmd(self):
hostlen = buf[2]
host = buf[3:3 + hostlen]

# TODO: improve and verify implementation
# redirect all connections into localhost
host = '127.0.0.1'
logging.debug(f'FDR {self} Proxy connect request to {host}:{port}')

if host is None:
Expand Down

0 comments on commit 12d6caf

Please sign in to comment.