repomirror/repomirror/utils/find_fastest_upstream/constants.py

6 lines
136 B
Python
Raw Normal View History

2020-06-14 00:53:12 -04:00
MYINFO_URL = 'https://ipinfo.io'
2020-06-14 03:46:29 -04:00
DEF_PORTS = {'ftp': 21,
'http': 80,
'https': 443,
'rsync': 873}