repomirror/utils/find_fastest_upstream/constants.py
2020-06-14 03:46:29 -04:00

6 lines
136 B
Python

MYINFO_URL = 'https://ipinfo.io'
DEF_PORTS = {'ftp': 21,
'http': 80,
'https': 443,
'rsync': 873}