-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.dns_files
169 lines (148 loc) · 3.91 KB
/
.dns_files
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# This files contains the list of files which are parsed into
# our (future to be) Public DNS Service.
#
# How does it works?
#
# The server will fetch this file, read each lines,
# try to fetch:
# https://github.com/Ultimate-Hosts-Blacklist/whitelist/raw/master/${line}
#
# If it is successful, the file will be parsed to the whitelisting tool which
# is applied before each update/reload of the DNS server.
#
# If it is not successful, the parser will follow the next line, and so on...
#
# Of course, each lines which starts with "#" will be ignored.
#
# Who can update this file?
#
# Everybody who have write access to this file and repository.
#
# Notes:
#
# * The DNS server will fetch this file (and every other listed here) every day
# around 19:10 UTC.
# * If not around 19:10 UTC because of an issue or any reasone,
# it will be reported into the latest feedback
# tracker at https://github.com/Ultimate-Hosts-Blacklist/dev-center.
#
## Our main whitelist file ##
domains.list
##########################
## Everything @ Apple ##
# Fix issues witth apple itunes.
data/apple/itunes
##########################
## Everything @ Facebook ##
# Fix issues with facebook.
data/facebook/infra
# Fix issues with spotify.
data/facebook/spotify-web
##########################
## Everything @ Google ##
# Fix issues with google analytic.
data/google/analytic
# Fix issues with google drive.
data/google/drive
# Fix issues with google gmail.
data/google/gmail
# Fix issues with google maps.
data/google/maps
# Fix issues with google static assets.
data/google/static
# Fix issues with google talk.
data/google/talk
# Fix issues with youtube.
data/google/youtube
##########################
## Everything @ Microsoft ##
# Fix issues with cloud apps (Azure).
data/microsoft/azure
# Fix issues with bing.
data/microsoft/bing
# Fix issues with microsoft download.
data/microsoft/download
# Fix issues with microsoft learn.
data/microsoft/learn
# Fix issues with linkedin.
data/microsoft/linkedin
# Fix issues with microsoft login.
data/microsoft/login
# Fix issues with msn.
data/microsoft/msn
# Fix issues with microsoft office 365.
data/microsoft/office365
# Fix issues with onedrive.
data/microsoft/onedrive
# Fix issues with microsoft outlook.
data/microsoft/outlook
# Fix issues with microsoft sharepoints.
data/microsoft/sharepoint
# Fix issues with microsoft store.
data/microsoft/store
# Fix issues with microsoft teams.
data/microsoft/teams
# Fix issues with Xbox.
data/microsoft/xbox
##########################
## Everything @ Amazon ##
# Fix isues with amazon.
data/amazon
##########################
## Everything @ Ampproject ##
## Fix issues with ampproject.
data/ampproject
##########################
## Everythin @ CCSU ##
## Fix issues with ccsu.
data/ccsu
##########################
## Everything @ Dropbox ##
# Fix isues with dropbox.
data/dropbox
##########################
## Everything @ Ebay ##
# Fix isues with ebay.
data/ebay
##########################
## Everything @ Hubspot ##
## Fix issues with hubspot.
data/hubspot
##########################
## Everything @ Logmeln ##
# Fix isues with logmeln.
data/logmeln
##########################
## Everything @ Netflix ##
## Fix issues with netflix.
data/netflix
##########################
## Everything @ Reddit ##
# Fix isues with reddit.
data/reddit
##########################
## Everything @ Salesforce ##
# Fix isues with salesforce.
data/salesforce
##########################
## Everything @ Twitter ##
# Fix isues with twitter.
data/twitter
##########################
## Everything @ Vimeo ##
# Fix isues with vimeo.
data/vimeo
##########################
## Everything @ VPN ##
# Fix isues with vpn.
data/vpn
##########################
## Everything @ WordPress ##
# Fix isues with wordpress.
data/wordpress
##########################
## Everything @ Yahoo ##
# Fix isues with yahoo.
data/yahoo
##########################
# Let's complete the list together!