-
Notifications
You must be signed in to change notification settings - Fork 0
/
own_hosts_file
33 lines (23 loc) · 988 Bytes
/
own_hosts_file
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
############################################################################
# This is from macOS itself
############################################################################
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
############################################################################
# This is for docker-compose taking forever to load bit.ly/2GKR3co
############################################################################
127.0.0.1 localunixsocket
############################################################################
#
#
#
# What is below is from https://someonewhocares.org/
# To ignore certain keyword patterns based on the result of ack command-line
# application, add the keyword to ignored_keywords file using '|' as a separator.
# The keywords will be removed from the someonewhocares downloaded file.
#
#
#
############################################################################