-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhosts.txt
26 lines (24 loc) · 1.07 KB
/
hosts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Enter a server per line in this format:
# lowercase keyword, 1 or 0 for server status or ping respectively, full URL
# Hence, given:
# google, 0, https://google.com
# "Ping google" will return the ping time of https://google.com.
# Given
# linux, 1, https://www.linux.com
# "Ping Linux" will return the server status for https://www.linux.com
# Note: When using the server status feature, a badly formed URL will
# often be rerouted to your internet provider's search, and will hence
# return the status of that server, usually `OK`. So double check your URLs.
google, 0, https://google.com
linux, 1, https://www.linux.com
raspberry pi, 1, https://www.raspberrypi.org/
raspbian, 0, raspbian.org
yourself, 0, http://localhost
yourself via mdns,0,mycroft.local
mycroft, 0, https://mycroft.ai
# Below are sites that are actual remote infrastructure dependencies for the normal function of mycroft
home, 0, home.mycroft.ai
github, 1, https://api.github.com/meta
python, 1, http://status.python.org/
python package index, 1, https://pypi.python.org/pypi/request/json
router,0, 192.168.0.1