use windows for when /etc/hosts is proxied

This commit is contained in:
JJTech0130 2023-04-07 14:34:40 -04:00
parent 54ad3295d7
commit 5a82ce29e4
No known key found for this signature in database
GPG key ID: 23C92EBCCF8F93D6

View file

@ -1,7 +1,7 @@
import tlslite
import socket
COURIER_HOST = "10-courier.push.apple.com" # TODO: Get this from config
COURIER_HOST = "windows.courier.push.apple.com" # TODO: Get this from config
COURIER_PORT = 5223
ALPN = [b"apns-security-v2"]