This commit is contained in:
JJTech0130 2023-08-16 13:31:56 -04:00
parent 1b8d4cb911
commit b271ecd2e5
No known key found for this signature in database
GPG key ID: 23C92EBCCF8F93D6

View file

@ -73,6 +73,7 @@ def proxy(conn1: tlslite.TLSConnection, conn2: tlslite.TLSConnection, prefix: st
) )
except Exception as e: except Exception as e:
print(e) # Can't crash the proxy over parsing errors print(e) # Can't crash the proxy over parsing errors
override = None
if override is not None: if override is not None:
data = override data = override
print("OVERRIDE: ", end="") print("OVERRIDE: ", end="")