mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
5 lines
180 B
Python
5 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")
|