mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add GitHub to PING_INTERNET_IPS list
This commit is contained in:
@ -656,6 +656,7 @@ def get_api_result(url, params=None, data=None, auth=None, cache_valid=None):
|
|||||||
|
|
||||||
|
|
||||||
PING_INTERNET_IPS = [
|
PING_INTERNET_IPS = [
|
||||||
|
"192.30.253.113", # github.com
|
||||||
"159.122.18.156", # dl.bintray.com
|
"159.122.18.156", # dl.bintray.com
|
||||||
"193.222.52.25" # dl.platformio.org
|
"193.222.52.25" # dl.platformio.org
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user