pypush-plus-plus/proxy/hosts.py

6 lines
180 B
Python
Raw Normal View History

2023-04-07 00:48:14 -05:00
# 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")
2023-04-11 11:23:04 -05:00
print(f"127.0.0.1 {i}.courier.push.apple.com")