mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Switch back to port 443
This commit is contained in:
parent
df5379b479
commit
89daf09500
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Connection:
|
|||
}
|
||||
|
||||
def __init__(self, ipv4: str, proxy: type, mode: int = 1):
|
||||
self.address = (ipv4, 80)
|
||||
self.address = (ipv4, 443)
|
||||
self.proxy = proxy
|
||||
self.mode = self.MODES.get(mode, TCPAbridged)
|
||||
self.lock = threading.Lock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue