mirror of
https://github.com/JJTech0130/pypush.git
synced 2025-01-22 19:30:56 +00:00
6 lines
180 B
Python
6 lines
180 B
Python
# Print out the additions to /etc/hosts for the proxy
|
|
|
|
for i in range(1, 50):
|
|
print(f"127.0.0.1 {i}-courier.push.apple.com")
|
|
print(f"127.0.0.1 {i}.courier.push.apple.com")
|