Closed GoogleCodeExporter closed 9 years ago
Here is the config for the opt-out servers. Sorry, I don't have the states in
all of them.
68.87.85.98=Comcast National DNS Servers (West Coast)
68.87.64.146=Comcast National DNS Servers (East Coast)
68.87.68.162=Comcast Atlanta Primary
68.87.74.162=Comcast Atlanta Secondary
68.87.68.162=Comcast Augusta Primary
68.87.74.162=Comcast Augusta Secondary
68.87.68.162=Comcast Charleston Primary
68.87.74.162=Comcast Charleston Secondary
68.87.68.162=Comcast Chattanooga Primary
68.87.74.162=Comcast Chattanooga Secondary
68.87.68.162=Comcast Dallas Primary
68.87.74.162=Comcast Dallas Secondary
68.87.68.162=Comcast East Tennessee Primary
68.87.74.162=Comcast East Tennessee Secondary
68.87.68.162=Comcast Hattiesburg-Laurel Primary
68.87.74.162=Comcast Hattiesburg-Laurel Secondary
68.87.68.162=Comcast Huntsville Primary
68.87.74.162=Comcast Huntsville Secondary
68.87.68.162=Comcast Knoxville Primary
68.87.74.162=Comcast Knoxville Secondary
68.87.68.162=Comcast Little Rock Primary
68.87.74.162=Comcast Little Rock Secondary
68.87.68.162=Comcast Meridian Primary
68.87.74.162=Comcast Meridian Secondary
68.87.68.162=Comcast Mobile Primary
68.87.74.162=Comcast Mobile Secondary
68.87.68.162=Comcast Nashville Primary
68.87.74.162=Comcast Nashville Secondary
68.87.68.162=Comcast Savannah Primary
68.87.74.162=Comcast Savannah Secondary
68.87.68.162=Comcast Tuscaloosa Primary
68.87.74.162=Comcast Tuscaloosa Secondary
68.87.69.146=Comcast Oregon Primary
68.87.85.98=Comcast Oregon Secondary
68.87.69.146=Comcast Spokane Primary
68.87.85.98=Comcast Spokane Secondary
68.87.69.146=Comcast Washington Primary
68.87.85.98=Comcast Washington Secondary
68.87.72.130=Comcast Chicago Primary
68.87.77.130=Comcast Chicago Secondary
68.87.72.130=Comcast Fort Wayne Primary
68.87.77.130=Comcast Fort Wayne Secondary
68.87.72.130=Comcast Illinois Primary
68.87.77.130=Comcast Illinois Secondary
68.87.72.130=Comcast Independence Primary
68.87.77.130=Comcast Independence Secondary
68.87.72.130=Comcast Indianapolis Primary
68.87.77.130=Comcast Indianapolis Secondary
68.87.72.130=Comcast Muncie Primary
68.87.77.130=Comcast Muncie Secondary
68.87.72.130=Comcast Olathe Primary
68.87.77.130=Comcast Olathe Secondary
68.87.72.130=Comcast Paducah Primary
68.87.77.130=Comcast Paducah Secondary
68.87.72.130=Comcast South Bend Primary
68.87.77.130=Comcast South Bend Secondary
68.87.71.226=Comcast Massachusetts Primary
68.87.73.242=Comcast Massachusetts Secondary
68.87.71.226=Comcast Connecticut Primary
68.87.73.242=Comcast Connecticut Secondary
68.87.71.226=Comcast New England Primary
68.87.73.242=Comcast New England Secondary
68.87.85.98=Comcast Albuquerque Primary
68.87.69.146=Comcast Albuquerque Secondary
68.87.85.98=Comcast Colorado Primary
68.87.69.146=Comcast Colorado Secondary
68.87.85.98=Comcast Pima Primary
68.87.69.146=Comcast Pima Secondary
68.87.85.98=Comcast Texas Primary
68.87.69.146=Comcast Texas Secondary
68.87.85.98=Comcast Utah Primary
68.87.69.146=Comcast Utah Secondary
68.87.77.130=Comcast Battle Creek Primary
68.87.72.130=Comcast Battle Creek Secondary
68.87.77.130=Comcast Michigan Primary
68.87.72.130=Comcast Michigan Secondary
68.87.77.130=Comcast Minnesota Primary
68.87.72.130=Comcast Minnesota Secondary
68.87.73.242=Comcast Chesterfield Primary
68.87.71.226=Comcast Chesterfield Secondary
68.87.73.242=Comcast Richmond Primary
68.87.71.226=Comcast Richmond Secondary
68.87.73.242=Comcast Washington DC Primary
68.87.71.226=Comcast Washington DC Secondary
68.87.74.162=Comcast Jacksonville Primary
68.87.68.162=Comcast Jacksonville Secondary
68.87.74.162=Comcast Lake County Primary
68.87.68.162=Comcast Lake County Secondary
68.87.74.162=Comcast Miami Primary
68.87.68.162=Comcast Miami Secondary
68.87.74.162=Comcast Naples Primary
68.87.68.162=Comcast Naples Secondary
68.87.74.162=Comcast Panama City Primary
68.87.68.162=Comcast Panama City Secondary
68.87.74.162=Comcast Tallahassee Primary
68.87.68.162=Comcast Tallahassee Secondary
68.87.74.162=Comcast West Florida Primary
68.87.68.162=Comcast West Florida Secondary
68.87.76.178=Comcast Los Angeles Primary
68.87.78.130=Comcast Los Angeles Secondary
68.87.64.146=Comcast Philadelphia Primary
68.87.75.194=Comcast Philadelphia Secondary
68.87.75.194=Comcast Elyria Primary
68.87.64.146=Comcast Elyria Secondary
68.87.75.194=Comcast Pennsylvania Primary
68.87.64.146=Comcast Pennsylvania Secondary
68.87.76.178=Comcast Fresno Primary
68.87.78.130=Comcast Fresno Secondary
68.87.76.178=Comcast Sacramento Primary
68.87.78.130=Comcast Sacramento Secondary
68.87.76.178=Comcast San Francisco Bay Area Primary
68.87.78.130=Comcast San Francisco Bay Area Secondary
68.87.76.178=Comcast Stockton Primary
68.87.78.130=Comcast Stockton Secondary
Original comment by DreadLor...@gmail.com
on 5 Jan 2010 at 2:48
Fixed as of r592 - Thanks for making the list easy to copy and paste, it made
life
much easier.
Original comment by tstromb...@google.com
on 5 Jan 2010 at 3:17
No prob. Here are the grep patterns I used for the page:
FIND:
<tr>
<td align="center">\s(.+)\s</td>
<td align="center">\s(\d+\.\d+\.\d+\.\d+)\s</td>
<td align="center">\s(\d+\.\d+\.\d+\.\d+)\s</td>
</tr>
REPLACE:
\2=Comcast \1 Primary
\3=Comcast \1 Secondary
Original comment by DreadLor...@gmail.com
on 6 Jan 2010 at 9:17
Original issue reported on code.google.com by
DreadLor...@gmail.com
on 5 Jan 2010 at 2:36