mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-24 11:52:27 -06:00
use windows for when /etc/hosts is proxied
This commit is contained in:
parent
54ad3295d7
commit
5a82ce29e4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import tlslite
|
import tlslite
|
||||||
import socket
|
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
|
COURIER_PORT = 5223
|
||||||
ALPN = [b"apns-security-v2"]
|
ALPN = [b"apns-security-v2"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue